From cb8c6fdabaab541c8b9ed40078dd2c2644850c1f Mon Sep 17 00:00:00 2001 From: Chase Sterling Date: Sat, 9 Jul 2016 00:47:46 -0400 Subject: [PATCH] Redirect back to current page when login button is clicked --- realms/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realms/templates/layout.html b/realms/templates/layout.html index 4eb1717..7691adb 100644 --- a/realms/templates/layout.html +++ b/realms/templates/layout.html @@ -72,7 +72,7 @@ {% else %} -
  •  Login
  • +
  •  Login
  • {% if config.REGISTRATION_ENABLED and 'auth.local' in config.MODULES %}
  •  Register
  • {% endif %}