event_create.html
author nishanth
Mon, 12 Apr 2010 11:23:27 +0530
changeset 11 334550460bd7
parent 8 e2699e042129
permissions -rw-r--r--
added the view event functionality and submitting feedback according to the status .
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
e2699e042129 now a user can create an event if he is a staff
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
e2699e042129 now a user can create an event if he is a staff
nishanth
parents:
diff changeset
     2
{% block content %}
e2699e042129 now a user can create an event if he is a staff
nishanth
parents:
diff changeset
     3
<form action="" method="post">
e2699e042129 now a user can create an event if he is a staff
nishanth
parents:
diff changeset
     4
{{form.as_p}}
e2699e042129 now a user can create an event if he is a staff
nishanth
parents:
diff changeset
     5
<input type="submit" value="Create">
e2699e042129 now a user can create an event if he is a staff
nishanth
parents:
diff changeset
     6
</form>
e2699e042129 now a user can create an event if he is a staff
nishanth
parents:
diff changeset
     7
{% endblock %}