changeset 14 | cd6911eaac2c |
child 78 | 05621cfcfb06 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/reg_open.html Mon Apr 12 13:49:00 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 %}