blob: 042360823fbc61093961ac43665a384fb1470c5f [file] [log] [blame]
Anand Doshi51146c02012-07-12 18:41:12 +05301{% extends "html/outer.html" %}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05302
3{% block content %}
4<div class="content">
5 <div class="layout-wrapper layout-main">
6 <h3>Page missing or moved</h3>
7 <br>
8 <p>We are very sorry for this, but the page you are looking for is missing
9 (this could be because of a typo in the address) or moved.</p>
10 </div>
11</div>
12{% endblock %}