diff --git a/files/templates/login/login.html b/files/templates/login/login.html index 5899e6eef..57c94e797 100644 --- a/files/templates/login/login.html +++ b/files/templates/login/login.html @@ -25,7 +25,7 @@ type="password" name="password" required> Forgot password? -
+
Don't have an account?
diff --git a/files/templates/login/sign_up.html b/files/templates/login/sign_up.html index 4947abf9a..439fa8992 100644 --- a/files/templates/login/sign_up.html +++ b/files/templates/login/sign_up.html @@ -108,7 +108,7 @@ -
+
Already have an account?
diff --git a/files/templates/login/sign_up_failed_ref.html b/files/templates/login/sign_up_failed_ref.html index 719d3ff59..fcd2d467a 100644 --- a/files/templates/login/sign_up_failed_ref.html +++ b/files/templates/login/sign_up_failed_ref.html @@ -12,7 +12,7 @@ {% set link = SITE_FULL ~ "/signup?ref=" ~ request.values.get('ref') %} -
+
Already have an account?
{% endblock %}