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"> |
Rushabh Mehta | e109fa4 | 2012-12-19 10:14:59 +0530 | [diff] [blame] | 6 | <h3><i class="icon-exclamation-sign"></i> Page missing or moved</h3> |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 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 %} |