templates/reg_close.html
author nishanth
Mon, 12 Apr 2010 15:14:03 +0530
changeset 16 bef53aaf9085
parent 14 cd6911eaac2c
child 75 bda9ee536063
permissions -rw-r--r--
phew finally IRC came to rescue. fixed a bug that took most of my time.

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