pytask/templates/task/create.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 22:43:56 +0530
changeset 147 979f2f44050a
parent 98 01c1e6966d86
permissions -rw-r--r--
added all the buildout data to hgignore

{% extends 'base.html' %}
{% block content %}
<form action="" method="post">
{% csrf_token %}
{{form.as_p}}
<input type="submit" value="Create">
</form>
{% endblock %}