brotherton-erpnext/website/templates/pages/error.html
2012-12-19 10:14:59 +05:30

11 lines
258 B
HTML

{% extends "html/outer.html" %}
{% block content %}
<div class="content">
<div class="layout-wrapper layout-main">
<h3><i class="icon-exclamation-sign"></i> Oops, a server error has occured</h3>
<br>
<pre>%(error)s</pre>
</div>
</div>
{% endblock %}