Add notification settings and forms for email notifications
This commit is contained in:
parent
93f5f05a33
commit
bb8949af76
19 changed files with 435 additions and 23 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 '/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