templates/event_create.html
author nishanth
Thu, 15 Apr 2010 18:14:39 +0530
changeset 51 08da9bd64fca
parent 14 cd6911eaac2c
permissions -rw-r--r--
changed redirect to 404 in one place and updated 404 page.

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