blob: 8a676ce524f70054c819b4e136362716353e7e87 [file] [log] [blame]
Anand Doshi51146c02012-07-12 18:41:12 +05301{% extends "html/outer.html" %}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05302
Rushabh Mehtaf2b17d92013-02-21 10:49:37 +05303{% set title="Not Found" %}
4
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05305{% block content %}
6<div class="content">
7 <div class="layout-wrapper layout-main">
Rushabh Mehtae109fa42012-12-19 10:14:59 +05308 <h3><i class="icon-exclamation-sign"></i> Page missing or moved</h3>
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05309 <br>
10 <p>We are very sorry for this, but the page you are looking for is missing
11 (this could be because of a typo in the address) or moved.</p>
12 </div>
13</div>
14{% endblock %}