templates/reg_open.html
author nishanth
Fri, 16 Apr 2010 16:46:05 +0530
changeset 78 05621cfcfb06
parent 14 cd6911eaac2c
permissions -rw-r--r--
changed the urls to map to new url configuration.

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