equal
deleted
inserted
replaced
1 {% extends "base.html" %} |
|
2 {% block content %} |
|
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. |
|
5 {% endblock %} |
|