templates/reg_close.html
author nishanth
Tue, 13 Apr 2010 14:54:06 +0530
changeset 28 14c5ccb18159
parent 14 cd6911eaac2c
child 75 bda9ee536063
permissions -rw-r--r--
now opening and closing of feedback quiz and registration can be done only by staff users .

{% extends "base.html" %}
{% block content %}
	Registration for {{event.title}} has been successfully closed.<br />
	<a href="/reg/event/view/{{event.key}}">Click here</a> to return to the event page.
{% endblock %}