aviary first view and template

This commit is contained in:
gw3000 2023-07-01 09:21:58 +02:00
parent 462b9ff224
commit 5e5605524f
8 changed files with 61 additions and 21 deletions

View file

@ -20,6 +20,10 @@
<a class="nav-link {% if '/rescuer/all' in request.path %} active {% endif %}"
href="{% url 'rescuer_all' %}">alle Retter</a>
</li>
<li class="nav-item">
<a class="nav-link {% if '/aviary/all' in request.path %} active {% endif %}"
href="{% url 'aviary_all' %}">alle Volieren</a>
</li>
{% endif %}
</ul>
@ -41,4 +45,4 @@
</div>
</div>
</nav>
<br />
<br />