it/itf/templates/500.html

15 lines
441 B
HTML
Raw Normal View History

2010-03-03 14:28:00 +00:00
{% 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 %}