pytask/templates/under_construction.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:36:00 +0530
changeset 555 20fe9db8bc81
parent 369 602a909e9e16
permissions -rw-r--r--
EditTextBook form should use Task model itself.

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