templates/index.html
changeset 75 bda9ee536063
parent 58 a26c82f593f0
child 85 eb7c03eb3bb4
--- a/templates/index.html	Fri Apr 16 16:29:00 2010 +0530
+++ b/templates/index.html	Fri Apr 16 16:37:28 2010 +0530
@@ -13,17 +13,17 @@
 				You have registered for the following workshops:
 				<ul>
 				{% for a_event in registered_events %}
-					<li><a href="/reg/event/view/{{a_event.key}}">{{a_event.title}}</a></li>
+					<li><a href="/workshop/registration/event/view/{{a_event.key}}">{{a_event.title}}</a></li>
 				{% endfor %}
 				</ul>
 			{% endif %}
 		{% else %}
 			Your account is inactive. An activation email has been sent to your email address.<br />
-			<a href="/reg/resend_activation/?email={{user.email}}">Click here</a> to resend the activation email.<br />
+			<a href="/workshop/registration/resend_activation/?email={{user.email}}">Click here</a> to resend the activation email.<br />
 		{% endif %}
 	{% endif %}
 	
 	{% if user.is_staff %}
-		<a href="/reg/event/create">Create an event</a><br />	
+		<a href="/workshop/registration/event/create">Create an event</a><br />	
 	{% endif %}
 {% endblock %}