From 7e3402ecedf359a4eaac5e559b0bc6d59b95d8ae Mon Sep 17 00:00:00 2001 From: Benjamin Raethlein Date: Tue, 1 Oct 2019 16:15:06 +0200 Subject: [PATCH 1/3] Add missing base_url prefix to links for correct routing --- nativeauthenticator/templates/native-login.html | 2 +- nativeauthenticator/templates/signup.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nativeauthenticator/templates/native-login.html b/nativeauthenticator/templates/native-login.html index 7a67a9b..37f05c3 100644 --- a/nativeauthenticator/templates/native-login.html +++ b/nativeauthenticator/templates/native-login.html @@ -50,7 +50,7 @@ {% endif %}
-

Don't have an user? Signup!

+

Don't have an user? Signup!

diff --git a/nativeauthenticator/templates/signup.html b/nativeauthenticator/templates/signup.html index 8d8bae8..6bcd33f 100644 --- a/nativeauthenticator/templates/signup.html +++ b/nativeauthenticator/templates/signup.html @@ -44,7 +44,7 @@ {% endif %}
- Already have an user? Login! + Already have an user? Login!
{% if alert %}