Update web/templates/base.html
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
{% if user.is_authenticated and user.is_staff %}
|
{% if user.is_authenticated and user.is_staff %}
|
||||||
<!-- <a class="nav-btn" href="{% url 'import_wizard' %}">Import</a> -->
|
<!-- <a class="nav-btn" href="{% url 'import_wizard' %}">Import</a> -->
|
||||||
<a class="nav-btn" href="{% url 'export_csv' %}">Backup (CSV)</a>
|
<a class="nav-btn" href="{% url 'export_csv' %}">Backup</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
|
|||||||
Reference in New Issue
Block a user