sdi/views.py
changeset 22 1df4b0e0d45c
parent 15 1c2d2e702aee
child 23 2aae8293f3a7
--- a/sdi/views.py	Sat May 29 15:49:48 2010 +0530
+++ b/sdi/views.py	Sat May 29 15:59:50 2010 +0530
@@ -17,3 +17,9 @@
     else:
         form = RegisterForm()
         return render_to_response("register.html", {"form":form})
+
+def reg_complete(request):
+    """ Tell the registration is successful.
+    """
+
+    return render_to_response("reg_complete.html")