2012-07-12 18:41:12 +05:30
|
|
|
{% extends "html/outer.html" %}
|
2012-06-15 14:00:06 +05:30
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<div class="content">
|
|
|
|
<div class="layout-wrapper layout-main">
|
2012-12-19 10:14:59 +05:30
|
|
|
<h3><i class="icon-exclamation-sign"></i> Page missing or moved</h3>
|
2012-06-15 14:00:06 +05:30
|
|
|
<br>
|
|
|
|
<p>We are very sorry for this, but the page you are looking for is missing
|
|
|
|
(this could be because of a typo in the address) or moved.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|