Rushabh Mehta | e109fa4 | 2012-12-19 10:14:59 +0530 | [diff] [blame] | 1 | {% extends "html/outer.html" %} |
2 | |||||
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 3 | {% set title="Error" %} |
4 | |||||
Rushabh Mehta | e109fa4 | 2012-12-19 10:14:59 +0530 | [diff] [blame] | 5 | {% block content %} |
6 | <div class="content"> | ||||
7 | <div class="layout-wrapper layout-main"> | ||||
8 | <h3><i class="icon-exclamation-sign"></i> Oops, a server error has occured</h3> | ||||
9 | <br> | ||||
10 | <pre>%(error)s</pre> | ||||
11 | </div> | ||||
12 | </div> | ||||
13 | {% endblock %} |