event_create.html
author nishanth
Fri, 09 Apr 2010 16:51:56 +0530
changeset 8 e2699e042129
permissions -rw-r--r--
now a user can create an event if he is a staff

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