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

Labels are not links #58

@ariel-m-s

Description

@ariel-m-s

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'),
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions