add pumping item to nav dropdown

This commit is contained in:
John Merlie 2023-06-16 12:41:20 -04:00 committed by Christopher Charbonneau Wells
parent 347ef41a0e
commit 4318593632
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@
{% trans "Feeding" %} {% trans "Feeding" %}
</a> </a>
{% endif %} {% endif %}
{% if perms.core.add_pumping %}
<a class="dropdown-item p-2" href="{% url 'core:pumping-add' %}">
<i class="icon-pumping" aria-hidden="true"></i>
{% trans "Pumping" %}
</a>
{% endif %}
{% if perms.core.add_note %} {% if perms.core.add_note %}
<a class="dropdown-item p-2" href="{% url 'core:note-add' %}"> <a class="dropdown-item p-2" href="{% url 'core:note-add' %}">
<i class="icon-note" aria-hidden="true"></i> <i class="icon-note" aria-hidden="true"></i>