changed the urls to map to new url configuration.
authornishanth
Fri, 16 Apr 2010 16:46:05 +0530
changeset 78 05621cfcfb06
parent 77 121a7aa78469
child 79 26c22028006d
changed the urls to map to new url configuration.
templates/reg_open.html
--- a/templates/reg_open.html	Fri Apr 16 16:45:11 2010 +0530
+++ b/templates/reg_open.html	Fri Apr 16 16:46:05 2010 +0530
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
 {% block content %}
 	Registration for {{event.title}} has been successfully opened.<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 %}