Start Component pages
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
<li class="nav-item dropdown">
|
||||
<a href="#" class="nav-link dropdown-toggle text-primary" id="navbar-user-dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">{{ base.navbar.username }}</a>
|
||||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbar-user-dropdown">
|
||||
<li><a class="dropdown-item" href="{% url 'change-pw' %}">Change Password</a></li>
|
||||
<li><a class="dropdown-item" href="{% url 'logout' %}">Logout</a></li>
|
||||
<li><a class="dropdown-item" href="{% url 'api-root' %}">REST API</a></li>
|
||||
{% if base.navbar.show_admin %}
|
||||
|
Reference in New Issue
Block a user