templates/reg_close.html
author nishanth
Sat, 17 Apr 2010 11:40:17 +0530
changeset 93 cd76d507b6cf
parent 75 bda9ee536063
permissions -rw-r--r--
changed the view profile template.

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