From f4e5d1af9a1bcb016f92ffc63a8df8bc3641449d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 28 Dec 2010 12:37:56 +0100 Subject: Correct the redirection after login --- ishtar/settings.py.example | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar/settings.py.example') diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 97d396fb5..facc76ff2 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -8,6 +8,7 @@ ROOT_PATH = "/var/local/webapp/ishtar/ishtar/" URL_PATH = "" JQUERY_URL = "/javascript/jquery/jquery.js" +LOGIN_REDIRECT_URL = "/" + URL_PATH DEBUG = True TEMPLATE_DEBUG = DEBUG -- cgit v1.2.3