Skip to content

Commit dcd98cd

Browse files
Added Profiles path
1 parent 13c807e commit dcd98cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

junction/templates/profiles/userprofile.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
{% block breadcrumbs %}
1919
{{ block.super }}
2020
{% breadcrumb "Dashboard" "user-proposals-list" %}
21+
{% breadcrumb "Profile" "user-profile"%}
2122
{% endblock %}
2223

2324
{% block navbar_logo %}
24-
<a href="#" class="navbar-brand">Dashboard</a>
25+
<a href="#" class="navbar-brand">Junction</a>
2526
{% endblock navbar_logo %}
2627

2728

0 commit comments

Comments
 (0)