brotherton-erpnext/website/templates/pages/error.html

13 lines
283 B
HTML
Raw Normal View History

2012-12-19 04:44:59 +00:00
{% extends "html/outer.html" %}
2013-02-21 05:19:37 +00:00
{% set title="Error" %}
2012-12-19 04:44:59 +00:00
{% 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 %}