Skip to content

Commit a66f7c3

Browse files
committed
Fixed broken links throwing error #29
1 parent 5ca8828 commit a66f7c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/includes/navigation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ <h6 class="d-inline-block m-b-0">Notifications</h6>
122122
{% endif %}
123123
</div>
124124
<ul class="pro-body">
125-
<li><a href="javascript;" class="dropdown-item"><i class="feather icon-settings"></i>
125+
<li><a href="#" class="dropdown-item"><i class="feather icon-settings"></i>
126126
Settings</a></li>
127-
<li><a href="javascript;" class="dropdown-item"><i class="feather icon-user"></i>
127+
<li><a href="{% url 'profile' %}" class="dropdown-item"><i class="feather icon-user"></i>
128128
Profile</a></li>
129-
<li><a href="javascript;" class="dropdown-item"><i class="feather icon-mail"></i> My
129+
<li><a href="#" class="dropdown-item"><i class="feather icon-mail"></i> My
130130
Messages</a></li>
131-
<li><a href="javascript;" class="dropdown-item"><i class="feather icon-lock"></i> Lock
131+
<li><a href="#" class="dropdown-item"><i class="feather icon-lock"></i> Lock
132132
Screen</a></li>
133133
{% if request.user.is_authenticated %}
134134
<li>

0 commit comments

Comments
 (0)