pytask/views.py
changeset 369 602a909e9e16
parent 367 13e171f09941
child 442 7e6da295b90a
--- a/pytask/views.py	Sun Jan 09 20:26:11 2011 +0530
+++ b/pytask/views.py	Sun Jan 09 20:33:08 2011 +0530
@@ -35,3 +35,7 @@
               }
 
     return render_to_response("index.html", context)
+
+def under_construction(request):
+
+    return render_to_response("under_construction.html")