changed the urls to /workshop/registration/.. from /reg/.. in all the templates
{% extends "base.html" %}
{% block content %}
Registration for {{event.title}} has been successfully closed.<br />
<a href="/workshop/registration/event/view/{{event.key}}">Click here</a> to return to the event page.
{% endblock %}