templates/event_create.html
author nishanth
Sat, 17 Apr 2010 13:15:05 +0530
changeset 94 5de0009c0d71
parent 14 cd6911eaac2c
permissions -rw-r--r--
added 500 template and added clean on comments and added comments in view report.

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