it/itf/templates/500.html
2012-05-25 04:14:10 +05:30

15 lines
354 B
HTML
Executable File

{% extends 'noel/base.html' %}
{% block title %} Oops.. we made an error.. {% endblock %}
{% block extra_head %}
{% endblock %}
{% block content %}
<div class="errorTxt">
Oops.. the website made a booboo.<br /><br />
Please contact admin@theatreforum.in if this error persists.<br /><br />
Thanks, and err.. apologies.
</div>
{% endblock %}