From cc43b2a9b026020b7f0b242c90713e7830f210d1 Mon Sep 17 00:00:00 2001 From: Kaibu Date: Tue, 22 Jun 2021 01:03:26 +0200 Subject: [PATCH] minor ui fixes --- cookbook/templates/account/password_change.html | 2 +- cookbook/templates/forms/edit_internal_recipe.html | 2 +- cookbook/templates/settings.html | 8 +++++--- cookbook/templates/space.html | 8 +++++++- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/cookbook/templates/account/password_change.html b/cookbook/templates/account/password_change.html index c3e23666..b5d56e2a 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 fa3ec0f5..f6523557 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 7adc5b05..cd72af35 100644 --- a/cookbook/templates/settings.html +++ b/cookbook/templates/settings.html @@ -12,9 +12,11 @@ {% block content %} -

- {% trans 'Settings' %} -

+