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 @@