added utilities reply_to_request, mark_notification_read, delete_notification and made change to create_request utility.
{% extends 'base.html' %}
{% block content %}
You have successfully logged out of PyTasks.
<br><br>
<a href="/">Click here</a> to go back to PyTask Homepage
{% endblock %}