templates/event_create.html
author nishanth
Mon, 12 Apr 2010 16:17:53 +0530
changeset 17 125b6fc8f20b
parent 14 cd6911eaac2c
permissions -rw-r--r--
users can view and edit profile .

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