urls.py
branchanoop
changeset 41 651b341fd555
parent 40 aa5abe1664ce
child 48 a3e6f9470549
--- a/urls.py	Sat Jun 05 17:01:56 2010 +0530
+++ b/urls.py	Sat Jun 05 17:18:10 2010 +0530
@@ -24,4 +24,5 @@
     (r'^contact/',contact),
     (r'^about/',about),
     (r'^registration/', include('sage_days.sdi.site.urls')),
+    (r'^captcha/', include('captcha.urls')),
 )