mirror of https://github.com/snachodog/mybuddy.git
add pumping to quick timer disposition
This commit is contained in:
parent
54c305fc46
commit
dbbb0d325c
|
@ -43,6 +43,14 @@
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% 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 %}
|
{% if perms.core.add_sleep %}
|
||||||
<a class="btn btn-success btn-lg"
|
<a class="btn btn-success btn-lg"
|
||||||
href="{% instance_add_url 'core:sleep-add' %}"
|
href="{% instance_add_url 'core:sleep-add' %}"
|
||||||
|
|
Loading…
Reference in New Issue