fixed a bug anoop
authornishanth
Sun, 06 Jun 2010 17:42:03 +0530
branchanoop
changeset 57 03150449a049
parent 56 7dfacad8adee
child 58 a9f5048830f6
fixed a bug
sdi/views.py
--- a/sdi/views.py	Sun Jun 06 17:32:50 2010 +0530
+++ b/sdi/views.py	Sun Jun 06 17:42:03 2010 +0530
@@ -94,6 +94,7 @@
         else:
             return render_to_response("send_invi.html", {"form":form})
     else:
+        form = EmailForm()
         return render_to_response("send_invi.html", {"form":form})