From: hernani Date: Fri, 7 Jan 2011 15:56:27 +0000 (+0000) Subject: Should fix the problems some users where having with rosetta. X-Git-Tag: live~462 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/3364b11b4f05476374dcd21e74f0315847b8268e Should fix the problems some users where having with rosetta. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@672 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/urls.py b/urls.py index 51fa720..0932609 100644 --- a/urls.py +++ b/urls.py @@ -7,7 +7,7 @@ urlpatterns = patterns('', ) if 'rosetta' in settings.INSTALLED_APPS: - urlpatterns += patterns('', + urlpatterns = patterns('', url(r'^rosetta/', include('rosetta.urls')), - ) + ) + urlpatterns