blob: 2be810d40a2a98846eb739bdc5d5cedb021e67dd [file] [log] [blame]
Rushabh Mehtae109fa42012-12-19 10:14:59 +05301{% extends "html/outer.html" %}
2
Rushabh Mehtaf2b17d92013-02-21 10:49:37 +05303{% set title="Error" %}
4
Rushabh Mehtae109fa42012-12-19 10:14:59 +05305{% 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 %}