add pumping to quick timer disposition

This commit is contained in:
John Merlie 2023-06-16 17:09:18 -04:00 committed by Christopher Charbonneau Wells
parent 54c305fc46
commit dbbb0d325c
1 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,14 @@
</a>
{% endif %}
{% if perms.core.add_pumping %}
<a class="btn btn-success btn-lg"
href="{% instance_add_url 'core:pumping-add' %}"
role="button"><i class="icon-pumping" aria-hidden="true"></i>
{% trans "Pumping" %}
</a>
{% endif %}
{% if perms.core.add_sleep %}
<a class="btn btn-success btn-lg"
href="{% instance_add_url 'core:sleep-add' %}"