templates/reg_open.html
changeset 78 05621cfcfb06
parent 14 cd6911eaac2c
equal deleted inserted replaced
77:121a7aa78469 78:05621cfcfb06
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
     2 {% block content %}
     2 {% block content %}
     3 	Registration for {{event.title}} has been successfully opened.<br />
     3 	Registration for {{event.title}} has been successfully opened.<br />
     4 	<a href="/reg/event/view/{{event.key}}">Click here</a> to return to the event page.
     4 	<a href="/workshop/registration/event/view/{{event.key}}">Click here</a> to return to the event page.
     5 {% endblock %}
     5 {% endblock %}