it/itf/templates/500.html

15 lines
354 B
HTML
Raw Normal View History

2012-05-24 22:44:10 +00:00
{% extends 'noel/base.html' %}
2010-03-03 14:28:00 +00:00
{% block title %} Oops.. we made an error.. {% endblock %}
{% block extra_head %}
2012-05-24 22:44:10 +00:00
2010-03-03 14:28:00 +00:00
{% endblock %}
2012-05-24 22:44:10 +00:00
{% block content %}
2010-03-03 14:28:00 +00:00
<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 %}