reg_open.html
changeset 13 05248e27104a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/reg_open.html	Mon Apr 12 12:32:46 2010 +0530
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+{% block content %}
+	Registration for {{event.title}} has been successfully opened.<br />
+	<a href="/reg/event/view/{{event.key}}">Click here</a> to return to the event page.
+{% endblock %}