fixed a bug anoop
authornishanth
Sun, 06 Jun 2010 17:43:47 +0530
branchanoop
changeset 58 a9f5048830f6
parent 57 03150449a049
child 59 1e4cbb2a1f8a
fixed a bug
sdi/site/urls.py
--- a/sdi/site/urls.py	Sun Jun 06 17:42:03 2010 +0530
+++ b/sdi/site/urls.py	Sun Jun 06 17:43:47 2010 +0530
@@ -1,7 +1,7 @@
 from django.conf.urls.defaults import *
 
 from sage_days.settings import ADMIN_URL_PREFIX as aup
-from sage_days.sdi.views import register, reg_complete, list_stats, homepage, mail_users
+from sage_days.sdi.views import register, reg_complete, list_stats, homepage, send_invi
 
 urlpatterns = patterns('',
 		       (r'^register/$', register),