templates/event_register.html
author nishanth
Thu, 15 Apr 2010 18:57:55 +0530
changeset 55 53ff84c9192d
parent 15 b06f0fefbd20
child 75 bda9ee536063
permissions -rw-r--r--
added a model in feedback for logging users who have already submitted feedback and made changes in corresponding views .

{% extends "base.html" %}
{% block content %}
	You have successfully registered for the workshop {{event.title}}.<br />
	<a href="/reg/event/view/{{event.key}}">Click here</a> to return to view the workshop.
{% endblock %}