pytask/templates/under_construction.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 16 Jan 2011 20:54:42 +0530
changeset 427 42156890006d
parent 369 602a909e9e16
permissions -rw-r--r--
Move all the content from create form to edit form for tasks.

{% extends 'base.html' %}
{% block content %}
<h1> Page Under Construction </h1>
{% endblock %}