Anand Doshi | 51146c0 | 2012-07-12 18:41:12 +0530 | [diff] [blame] | 1 | {% extends "html/outer.html" %} |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 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 %} |