remove useless navbar links
This commit is contained in:
parent
99bbb228e7
commit
a9ba87edbc
1 changed files with 0 additions and 8 deletions
|
@ -20,10 +20,6 @@
|
|||
<a class="nav-link {% if '/bird/all/' in request.path %} active {% endif %}"
|
||||
href="{% url 'bird_all' %}">Patienten</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if '/bird/create/' in request.path %} active {% endif %}"
|
||||
href="{% url 'bird_create' %}">neuer Patient</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if '/aviary/all' in request.path %} active {% endif %}"
|
||||
href="{% url 'aviary_all' %}">Volieren</a>
|
||||
|
@ -44,10 +40,6 @@
|
|||
<a class="nav-link {% if '/notizen' in request.path %} active {% endif %}"
|
||||
href="{% url 'notizen:list' %}">Notizen</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if '/bird/species' in request.path %} active {% endif %}"
|
||||
href="{% url 'bird_species_list' %}">Vogelarten</a>
|
||||
</li>
|
||||
|
||||
{% if request.user|group_check:"data-export" %}
|
||||
<li class="nav-item">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue