diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index ce439a20..78598b4f 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} +{% load l10n %} {% load custom_tags %} {% block title %}{% trans 'View' %}{% endblock %} @@ -41,7 +42,23 @@
-
{% trans 'Ingredients' %}
+
+
+
{% trans 'Ingredients' %}
+
+
+ +
+ +
+ +
+
+ + +
+
{% for i in ingredients %} @@ -49,7 +66,9 @@
- +
@@ -58,6 +77,8 @@ {% endfor %}
+
+
@@ -127,4 +148,20 @@ {% include 'include/recipe_open_modal.html' %} {% endif %} + {% endblock %} \ No newline at end of file