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 17
17
18
18
{% block breadcrumbs %}
19
19
{{ block.super }}
20
- {% breadcrumb "Dashboard" "user-proposals-list" %}
20
+ <!-- breadcrumb takes 2 mandatory arguments (label & viewname) -->
21
+ {% breadcrumb "Dashboard" "dummy-url" %}
21
22
{% endblock %}
22
23
23
24
{% block navbar_logo %}
Original file line number Diff line number Diff line change 17
17
18
18
{% block breadcrumbs %}
19
19
{{ 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" %}
22
23
{% endblock %}
23
24
24
25
{% block navbar_logo %}
You can’t perform that action at this time.
0 commit comments