diff --git a/cookbook/templates/account/password_change.html b/cookbook/templates/account/password_change.html index c3e236667..b5d56e2a9 100644 --- a/cookbook/templates/account/password_change.html +++ b/cookbook/templates/account/password_change.html @@ -18,7 +18,7 @@
{% csrf_token %} {{ form | crispy }} - + {% trans "Forgot Password?" %}
{% endblock %} \ No newline at end of file diff --git a/cookbook/templates/forms/edit_internal_recipe.html b/cookbook/templates/forms/edit_internal_recipe.html index fa3ec0f52..f65235572 100644 --- a/cookbook/templates/forms/edit_internal_recipe.html +++ b/cookbook/templates/forms/edit_internal_recipe.html @@ -67,7 +67,7 @@ - +
diff --git a/cookbook/templates/settings.html b/cookbook/templates/settings.html index 7adc5b058..cd72af351 100644 --- a/cookbook/templates/settings.html +++ b/cookbook/templates/settings.html @@ -12,9 +12,11 @@ {% block content %} -

- {% trans 'Settings' %} -

+