Link rest api on website
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
<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 'logout' %}">Logout</a></li>
|
||||
<li><a class="dropdown-item" href="{% url 'api-root' %}">REST API</a></li>
|
||||
{% if base.navbar.show_admin %}
|
||||
<li><a class="dropdown-item text-success" href="{% url 'admin:index' %}">Administration</a></li>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user