pytask/templates/task/create_textbook.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 01:03:04 +0530
changeset 136 cdd8026ee60e
parent 130 a4fa11b2cb5c
permissions -rw-r--r--
task approval is fine now

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