it/itf/templates/404.html

17 lines
457 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 %} Page Not Found {% 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">
This is a website acting like it found the page you were looking for, but really didn't.
<br /><br />
Please check the url you typed in, and if it seems like an error on our part, please email admin@theatreforum.in.
<br /><br />
Thanks, and err.. apologies.
</div>
{% endblock %}