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