From cb2483eab1d07ee30d4b630158f3e615ce78c65f Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Fri, 14 Feb 2025 18:58:32 +0100 Subject: [PATCH] Remove trailing slash for void elements... sadly --- backend/templates/ask_reset_password.html | 4 +-- backend/templates/base.html | 10 +++--- backend/templates/base_with_header.html | 2 +- backend/templates/calendar.html | 3 +- backend/templates/home.html | 2 +- backend/templates/profile.html | 12 +++---- backend/templates/recipe_edit.html | 36 ++++++++++---------- backend/templates/recipe_view.html | 3 +- backend/templates/recipes_list_fragment.html | 2 +- backend/templates/reset_password.html | 8 ++--- backend/templates/sign_in_form.html | 9 ++--- backend/templates/sign_up_form.html | 16 +++++---- backend/templates/title.html | 2 +- 13 files changed, 57 insertions(+), 52 deletions(-) diff --git a/backend/templates/ask_reset_password.html b/backend/templates/ask_reset_password.html index a9655ff..66db225 100644 --- a/backend/templates/ask_reset_password.html +++ b/backend/templates/ask_reset_password.html @@ -7,10 +7,10 @@ + autocapitalize="none" autocomplete="email" autofocus="autofocus"> {{ message_email }} - + {{ message }} diff --git a/backend/templates/base.html b/backend/templates/base.html index 8b24282..c7cbb86 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -1,10 +1,10 @@ - - + + Recettes de cuisine - + @@ -20,8 +20,8 @@
- - + +
{% block body_container %}{% endblock %} diff --git a/backend/templates/base_with_header.html b/backend/templates/base_with_header.html index a38b303..d0d843d 100644 --- a/backend/templates/base_with_header.html +++ b/backend/templates/base_with_header.html @@ -14,7 +14,7 @@ {% else %} {{ user.name }} {% endif %} - / {{ tr.t(Sentence::SignOut) }} + / {{ tr.t(Sentence::SignOut) }} {% when None %} {{ tr.t(Sentence::SignInMenu) }}/{{ tr.t(Sentence::SignUpMenu) }}/{{ tr.t(Sentence::LostPassword) }} {% endmatch %} diff --git a/backend/templates/calendar.html b/backend/templates/calendar.html index d6a10b3..ba29d95 100644 --- a/backend/templates/calendar.html +++ b/backend/templates/calendar.html @@ -34,6 +34,7 @@ ] %}
  • {{ tr.t(*day) }}
  • {% endfor %} +