Update web/templates/base.html
This commit is contained in:
parent
70dd61b239
commit
e901a92499
@ -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 %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user