changed the urls to map to new url configuration.
--- 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 %}