templates/reg_close.html
author nishanth
Thu, 15 Apr 2010 15:51:16 +0530
changeset 46 ff5f34e42aec
parent 14 cd6911eaac2c
child 75 bda9ee536063
permissions -rw-r--r--
registration for workshop is now integrated with man registartion.

{% 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 %}