small fixes

This commit is contained in:
vabene1111
2020-07-13 23:07:35 +02:00
parent 5b7ec37637
commit c45472689e
4 changed files with 32 additions and 37 deletions

View File

@@ -35,7 +35,7 @@
<form action="{% url 'edit_food' %}" method="post"
onsubmit="return confirm('{% trans 'Are you sure that you want to merge these two ingredients ?' %}')">
{% csrf_token %}
{{ ingredients_form|crispy }}
{{ food_form|crispy }}
<button class="btn btn-danger" type="submit">
<i class="fas fa-sync-alt"></i> {% trans 'Merge' %}</button>
</form>