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