open in new tab
This commit is contained in:
parent
eba01035e6
commit
efa29fec5c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
{% if user.is_superuser %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if '/admin' in request.path %} active {% endif %}"
|
||||
href="{% url 'admin:index' %}">Settings</a>
|
||||
href="{% url 'admin:index' %}" target="_blank">Settings</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
<li class="nav-item">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue