diff --git a/cookbook/templates/forms/edit_internal_recipe.html b/cookbook/templates/forms/edit_internal_recipe.html index 7df768b1b..e4df378b4 100644 --- a/cookbook/templates/forms/edit_internal_recipe.html +++ b/cookbook/templates/forms/edit_internal_recipe.html @@ -17,7 +17,7 @@

{% trans 'Edit Recipe' %}

-
+ {% csrf_token %} {% for field in form %} @@ -28,8 +28,17 @@

-
- +
+ + + +
+
{% endif %} {% endfor %} @@ -49,6 +58,14 @@