author | nishanth |
Fri, 16 Apr 2010 17:04:41 +0530 | |
changeset 80 | cb36fc4f29df |
parent 75 | bda9ee536063 |
permissions | -rw-r--r-- |
15 | 1 |
{% extends "base.html" %} |
2 |
{% block content %} |
|
3 |
You have successfully registered for the workshop {{event.title}}.<br /> |
|
75
bda9ee536063
changed the urls to /workshop/registration/.. from /reg/.. in all the templates
nishanth
parents:
15
diff
changeset
|
4 |
<a href="/workshop/registration/event/view/{{event.key}}">Click here</a> to return to view the workshop. |
15 | 5 |
{% endblock %} |