blob: 8a30892a663c56913987e313db35305fdebc7765 [file] [log] [blame]
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05301{% extends "outer.html" %}
2
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 %}