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/?a=commitdiff_plain;h=7109506b456cda74bb694c013f41c9166bd2958b;p=ipfire.org.git Bootstrap 4 migration: login --- diff --git a/templates/auth/login.html b/templates/auth/login.html index 477c290e..046186e5 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 aec6150e..e499b970 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 2829892d..eff3a821 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 %}