it/itf/templates/500.html

15 lines
354 B
HTML
Raw Normal View History

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