seitime-frappe/webnotes/templates/pages/404.html
2014-02-03 11:35:18 +05:30

16 lines
No EOL
465 B
HTML

{%- block title -%}Not Found{%- endblock -%}
{%- block header -%}
<h2 class="text-danger"><i class="icon-exclamation-sign"></i> Page missing or moved</h2>
{%- endblock -%}
{% block content %}
<div class="404-content">
<div class="panel panel-default">
<div class="panel-body">
<p>We are very sorry for this, but the page you are looking for is missing
(this could be because of a typo in the address) or moved.</p>
</div>
</div>
</div>
{% endblock %}