pytask/templates/under_construction.html
changeset 369 602a909e9e16
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/under_construction.html	Sun Jan 09 20:33:08 2011 +0530
@@ -0,0 +1,4 @@
+{% extends 'base.html' %}
+{% block content %}
+<h1> Page Under Construction </h1>
+{% endblock %}