From: Sven Hoehn Date: Wed, 6 Dec 2017 17:09:11 +0000 (+0100) Subject: Bootstrap 4 migration: login X-Git-Url: http://git.ipfire.org/?p=people%2Fshoehn%2Fipfire.org.git;a=commitdiff_plain;h=ecb58e65e2e72a8d20e92b361e5cd5f8d87cafe2 Bootstrap 4 migration: login --- diff --git a/templates/auth/login.html b/templates/auth/login.html index 477c290..046186e 100644 --- a/templates/auth/login.html +++ b/templates/auth/login.html @@ -3,26 +3,28 @@ {% block title %}{{ _("Log in") }}{% end block %} {% block body %} -
-
-
-

{{ _("Log In") }}

-
- -
-
-
- - -
- - {% raw xsrf_form_html() %} -
-
-
+
+
+ +
+
+

{{ _("Log In") }}

+
+
+ +
+
+
+ + +
+ + {% raw xsrf_form_html() %} +
-
+ +
{% end block %} diff --git a/templates/error-500.html b/templates/error-500.html index aec6150..e499b97 100644 --- a/templates/error-500.html +++ b/templates/error-500.html @@ -2,17 +2,19 @@ {% block explanation %}
-
-

{{ _("Detailed information") }}

+
+

{{ _("Detailed information") }}

{% if lang == "de" %} Bei der Verarbeitung der Anfrage kam es zu einem internen Problem - des Webservers.
Sollten nähere Informationen verfügbar sein, so - sind diese untenstehend angehangen. + des Webservers.
+ Sollten nähere Informationen verfügbar sein, so + sind diese unterstehend angehangen. {% else %} While processing the request, there was an internal problem - of the web server.
If there are more information available, + of the web server.
+ If there are more information available, they would be appended below. {% end %}

diff --git a/templates/error.html b/templates/error.html index 2829892..eff3a82 100644 --- a/templates/error.html +++ b/templates/error.html @@ -7,7 +7,7 @@

{{ code }} - {{ message }}

-
+
{% if lang == "de" %}

@@ -32,8 +32,6 @@

-
- {% block explanation %}{% end block %} {% if exception %}