File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
junction/templates/profiles Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717
1818{% block breadcrumbs %}
1919 {{ block.super }}
20- {% breadcrumb "Dashboard" "user-proposals-list" %}
20+ <!-- breadcrumb takes 2 mandatory arguments (label & viewname) -->
21+ {% breadcrumb "Dashboard" "dummy-url" %}
2122{% endblock %}
2223
2324{% block navbar_logo %}
Original file line number Diff line number Diff line change 1717
1818{% block breadcrumbs %}
1919 {{ block.super }}
20- {% breadcrumb "Dashboard" "user-proposals-list" %}
21- {% breadcrumb "Profile" "user-profile"%}
20+ <!-- breadcrumb takes 2 mandatory arguments (label & viewname) -->
21+ {% breadcrumb "Dashboard" "/profiles" %}
22+ {% breadcrumb "Profile" "dummy-url" %}
2223{% endblock %}
2324
2425{% block navbar_logo %}
You can’t perform that action at this time.
0 commit comments