templates/event_create.html
author nishanth
Thu, 15 Apr 2010 19:00:23 +0530
changeset 56 3858a9d0f376
parent 14 cd6911eaac2c
permissions -rw-r--r--
removed the field feedback_submitted_by from event model and added the code to create feedlog record when a new feedback is taken.

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