diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index aa353d01d..8a7007dd7 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -47,22 +47,24 @@ {% block content %}
-
+

{{ recipe.name }}

-
+
{% if ingredients %} - {% endif %} + @@ -367,6 +369,8 @@
+ {% include 'include/log_cooking.html' %} +