From: Michael Tremer Date: Tue, 7 May 2019 15:37:40 +0000 (+0100) Subject: auth: Add register button X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d02f2eedc69bc2a7be8cae5b8522922af3a4db1c;p=ipfire.org.git auth: Add register button Signed-off-by: Michael Tremer --- diff --git a/src/templates/auth/login.html b/src/templates/auth/login.html index 2199a929..1cf6ae89 100644 --- a/src/templates/auth/login.html +++ b/src/templates/auth/login.html @@ -5,7 +5,7 @@ {% block content %}
-
+
{{ _("Log In") }}
@@ -30,6 +30,12 @@
+ +
{{ _("New to IPFire?") }}
+ + + {{ _("Register") }} +
{% end block %}