add notes app
This commit is contained in:
parent
acb398be1c
commit
a29376b3c5
38 changed files with 1720 additions and 45 deletions
|
@ -36,6 +36,10 @@
|
|||
<a class="nav-link {% if '/contacts' in request.path %} active {% endif %}"
|
||||
href="{% url 'contact_all' %}">Kontakte</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue