Modify the delegate_remainder function to send mails for the registered user and add content for registration update mail.
{% extends "base.html" %}
{% block content %}
<h1>Venue</h1>
<div class="entry">
<p>The conference is being held at the International Institute of Information
Technology in Hyderabad, keeping in mind accessibility, the number of attendees
and the location, among other aspects to be considered.</p>
<p>
<strong>More about IIIT-Hyderabad coming soon.</strong></p>
</div>
{% endblock content %}