We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dashboard
1 parent 4c522c5 commit c968452Copy full SHA for c968452
2 files changed
junction/templates/profiles/dashboard.html
@@ -17,7 +17,8 @@
17
18
{% block breadcrumbs %}
19
{{ block.super }}
20
- {% breadcrumb "Dashboard" "user-proposals-list" %}
+ <!-- breadcrumb takes 2 mandatory arguments (label & viewname) -->
21
+ {% breadcrumb "Dashboard" "dummy-url" %}
22
{% endblock %}
23
24
{% block navbar_logo %}
junction/templates/profiles/userprofile.html
@@ -17,8 +17,9 @@
- {% breadcrumb "Profile" "user-profile"%}
+ {% breadcrumb "Dashboard" "/profiles" %}
+ {% breadcrumb "Profile" "dummy-url" %}
25
0 commit comments