feedback.html
author nishanth
Mon, 12 Apr 2010 12:32:46 +0530
changeset 13 05248e27104a
parent 11 334550460bd7
permissions -rw-r--r--
added closing registration and registering for a workshop .

{% extends "base.html" %}
{% block content %}
	{% if submitted %}
		Your feedback has been successfully submitted.
	{% else %}
		<form action="" method="post">
		{{ form.as_p }}
		<input type="submit" value="submit">
		</form>
	{% endif %}
{% endblock %}