diff --git a/cookbook/templates/forms/ingredients.html b/cookbook/templates/forms/ingredients.html index 51d8ffa5..4d454c79 100644 --- a/cookbook/templates/forms/ingredients.html +++ b/cookbook/templates/forms/ingredients.html @@ -22,21 +22,22 @@

{% trans 'Units' %}

-
+ {% csrf_token %} {{ units_form|crispy }}

{% trans 'Ingredients' %}

-
+ {% csrf_token %} {{ ingredients_form|crispy }} - +
{% endblock %} \ No newline at end of file