changed feedback url in view event template.
{% extends "base.html" %}
{% block content %}
Registration for {{event.title}} has been successfully opened.<br />
<a href="/workshop/registration/event/view/{{event.key}}">Click here</a> to return to the event page.
{% endblock %}