From 7dd06189a24bcfd4c189034b4fc317b6080a4ff8 Mon Sep 17 00:00:00 2001 From: Vovk Donets Date: Thu, 2 May 2013 02:17:46 +0700 Subject: added a route to askbot.urls. Without this route admin user was not able to login and received error message:'Exception Type:NoReverseMatch' --- askbot/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/askbot/urls.py b/askbot/urls.py index d3426980..32867615 100644 --- a/askbot/urls.py +++ b/askbot/urls.py @@ -563,6 +563,7 @@ urlpatterns = patterns('', name = 'askbot_jsi18n' ), url('^messages/', include('group_messaging.urls')), + url('^settings/', include('livesettings.urls')), ) #todo - this url below won't work, because it is defined above -- cgit v1.2.3-1-g7c22