pytask/templates/task/create.html
author Nishanth Amuluru <nishanth@fossee.in>
Sun, 09 Jan 2011 15:30:06 +0530
changeset 127 32457bce3437
parent 98 01c1e6966d86
permissions -rw-r--r--
prettified a few pages

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