From aa88ff6f2c994f802779d614f6b079be4e34126e Mon Sep 17 00:00:00 2001 From: Richard Ebbers Date: Wed, 1 Jul 2015 20:03:43 +0200 Subject: [PATCH] use relative path in login screen --- resources/twig/auth/login.twig | 4 ++-- resources/twig/auth/password.twig | 6 +++--- resources/twig/auth/register.twig | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/twig/auth/login.twig b/resources/twig/auth/login.twig index 56afdcc0c4..2187f6c65d 100644 --- a/resources/twig/auth/login.twig +++ b/resources/twig/auth/login.twig @@ -18,7 +18,7 @@
-
+
@@ -45,7 +45,7 @@ {% if Config.get('auth.allow_register') %} Register a new account
{% endif %} - I forgot my password + I forgot my password
{% endblock %} diff --git a/resources/twig/auth/password.twig b/resources/twig/auth/password.twig index b7b8b43b0c..47ab0e2fa5 100644 --- a/resources/twig/auth/password.twig +++ b/resources/twig/auth/password.twig @@ -23,7 +23,7 @@