summaryrefslogtreecommitdiffstats
path: root/module/web/cnl/urls.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-09-22 16:20:15 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-09-22 16:20:15 +0200
commit4f72518f40ee83bd4e711e800affae0c1f6201bc (patch)
treee869266536dbae5bd2c2e5cc09cc469b75704620 /module/web/cnl/urls.py
parentcurl gobal init (diff)
downloadpyload-4f72518f40ee83bd4e711e800affae0c1f6201bc.tar.xz
extended cnl
Diffstat (limited to 'module/web/cnl/urls.py')
-rw-r--r--module/web/cnl/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/cnl/urls.py b/module/web/cnl/urls.py
index 7887953b7..635e751ca 100644
--- a/module/web/cnl/urls.py
+++ b/module/web/cnl/urls.py
@@ -16,5 +16,6 @@ urlpatterns = patterns('cnl',
(r'^addcrypted2$', 'views.addcrypted2'),
(r'^crossdomain\.xml', 'views.crossdomain'),
(r'^jdcheck\.js', 'views.jdcheck'),
+ (r'^checkSupportForUrl', 'views.checksupport'),
(r'', 'views.flash')
)