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 | |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 3 | {% set title="Not Found" %} |
| 4 | |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 5 | {% block content %} |
| 6 | <div class="content"> |
| 7 | <div class="layout-wrapper layout-main"> |
Rushabh Mehta | e109fa4 | 2012-12-19 10:14:59 +0530 | [diff] [blame] | 8 | <h3><i class="icon-exclamation-sign"></i> Page missing or moved</h3> |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 9 | <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 %} |