summaryrefslogtreecommitdiffstats
path: root/module/web/urls.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-11 14:57:27 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-11 14:57:27 +0100
commitd81cc8c0c46d295a3746ac658069820c95efe895 (patch)
treed8d6df73b9f90452a077b2f93615304bb8654417 /module/web/urls.py
parentWebinterface with lighttpd! locale fixing try. (diff)
downloadpyload-d81cc8c0c46d295a3746ac658069820c95efe895.tar.xz
cnl, EOL, path fixes
Diffstat (limited to 'module/web/urls.py')
-rw-r--r--module/web/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/urls.py b/module/web/urls.py
index b753890ee..165c7e146 100644
--- a/module/web/urls.py
+++ b/module/web/urls.py
@@ -16,7 +16,7 @@ urlpatterns = patterns('',
(r'^admin/', include(admin.site.urls)), # django 1.0 not working
(r'^json/', include('ajax.urls')),
(r'^flashgot$', 'cnl.views.flashgot'),
- (r'^flash(got)?/', include('cnl.urls')),
+ (r'^flash(got)?/?', include('cnl.urls')),
(r'^crossdomain.xml$', 'cnl.views.crossdomain'),
(r'^favicon\.ico$', 'django.views.generic.simple.redirect_to', {'url': '/media/img/favicon.ico'}),
(r'^media/(?P<path>.*)$', 'django.views.static.serve',