Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Labels are not links #58

Open
ariel-m-s opened this issue Aug 8, 2019 · 0 comments
Open

Labels are not links #58

ariel-m-s opened this issue Aug 8, 2019 · 0 comments

Comments

@ariel-m-s
Copy link

ariel-m-s commented Aug 8, 2019

Hi!

The labels won't render as clickable links (<a>).

This is the template:

{% load django_bootstrap_breadcrumbs %}

{% block breadcrumbs %}
    {% clear_breadcrumbs %}
    {% breadcrumb "Home" "app:index" %}
{% endblock %}

{% block content %}
  {% render_breadcrumbs %}
...
{% endblock %}

This is the app url:

...
path('', IndexView.as_view(), name='index'),
...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant