added the view event functionality and submitting feedback according to the status .
{% extends "base.html" %}
{% block content %}
{% for event in events %}
<a href="/reg/event/view/{{event.key}}">{{event.title}}</a><br />
{% endfor %}
{% endblock %}