aviary first view and template
This commit is contained in:
parent
462b9ff224
commit
5e5605524f
8 changed files with 61 additions and 21 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue