templates/reg_close.html
changeset 75 bda9ee536063
parent 14 cd6911eaac2c
--- a/templates/reg_close.html	Fri Apr 16 16:29:00 2010 +0530
+++ b/templates/reg_close.html	Fri Apr 16 16:37:28 2010 +0530
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
 {% block content %}
 	Registration for {{event.title}} has been successfully closed.<br />
-	<a href="/reg/event/view/{{event.key}}">Click here</a> to return to the event page.
+	<a href="/workshop/registration/event/view/{{event.key}}">Click here</a> to return to the event page.
 {% endblock %}