equal
deleted
inserted
replaced
|
1 {% extends "base.html" %} |
|
2 {% block content %} |
|
3 You have successfully registered for the workshop {{event.title}}.<br /> |
|
4 <a href="/reg/event/view/{{event.key}}">Click here</a> to return to view the workshop. |
|
5 {% endblock %} |