sdi/views.py
changeset 23 2aae8293f3a7
parent 22 1df4b0e0d45c
child 24 f79be1dd4a22
--- a/sdi/views.py	Sat May 29 15:59:50 2010 +0530
+++ b/sdi/views.py	Sat May 29 17:26:48 2010 +0530
@@ -23,3 +23,9 @@
     """
 
     return render_to_response("reg_complete.html")
+
+def list_stats(request):
+    """ List the statiscs of registered participants.
+    """
+
+    return redirect("/registration/complete")