it/itf/templates/500.html
2011-10-08 03:03:05 -04:00

15 lines
441 B
HTML
Executable File

{% extends 'festival_wireframe.html' %}
{% block title %} Oops.. we made an error.. {% endblock %}
{% block extra_head %}
<link rel="stylesheet" type="text/css" href="/static/css/error_pages.css" />
{% endblock %}
{% block centerCol %}
<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 %}