diff -r a4fa11b2cb5c -r 602a909e9e16 pytask/views.py --- 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")