brotherton-erpnext/website/templates/pages/error.html
2013-02-21 10:49:37 +05:30

13 lines
283 B
HTML

{% extends "html/outer.html" %}
{% set title="Error" %}
{% 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 %}