diff -r 1df4b0e0d45c -r 2aae8293f3a7 sdi/views.py --- 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")