mirror of https://github.com/snachodog/mybuddy.git
feat: add links for bottle feeding (#764)
Co-authored-by: Christopher C. Wells <git-2022@chris-wells.net>
This commit is contained in:
parent
f30479db42
commit
682090f594
|
@ -49,6 +49,10 @@
|
|||
<i class="icon-feeding" aria-hidden="true"></i>
|
||||
{% trans "Feeding" %}
|
||||
</a>
|
||||
<a class="dropdown-item p-2" href="{% url 'core:bottle-feeding-add' %}">
|
||||
<i class="icon-feeding" aria-hidden="true"></i>
|
||||
{% trans "Bottle Feeding" %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if perms.core.add_pumping %}
|
||||
<a class="dropdown-item p-2" href="{% url 'core:pumping-add' %}">
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
<a href="{% url 'core:feeding-add' %}" class="btn btn-sm btn-success">
|
||||
<i class="icon-feeding" aria-hidden="true"></i> {% trans "Add Feeding" %}
|
||||
</a>
|
||||
<a href="{% url 'core:bottle-feeding-add' %}"
|
||||
class="btn btn-sm btn-success">
|
||||
<i class="icon-feeding" aria-hidden="true"></i> {% trans "Add Bottle Feeding" %}
|
||||
</a>
|
||||
{% endif %}
|
||||
</h1>
|
||||
{% include 'babybuddy/filter.html' %}
|
||||
|
|
Loading…
Reference in New Issue