From: Greg Burri Date: Fri, 14 Feb 2025 17:58:32 +0000 (+0100) Subject: Remove trailing slash for void elements... sadly X-Git-Url: https://git.euphorik.ch/?a=commitdiff_plain;h=cb2483eab1d07ee30d4b630158f3e615ce78c65f;p=recipes.git Remove trailing slash for void elements... sadly --- 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 %} +