view farol/templates/error.j2 @ 140:3a56d5501ffa

Add HTTP error handling
author Benoît Allard <benoit.allard@greenbone.net>
date Mon, 27 Oct 2014 16:46:18 +0100
parents
children ce39a5267998
line wrap: on
line source
{% extends "layout.j2" %}

{% block title %}{{ e }}{% endblock %}

{% block content %}
<div class="page-header">
  <h1>{{ e }}</h1>
</div>
{% if e.description %}<p>{{ e.description }}</p><hr>{% endif %}
{% if e.code != 404 %}
  <p>Software are not without bugs. Looks like, you found one ... A trace has been written to the logs.</p>
  <p>If you keep coming to this page, you might want to delete your document, and start again with a fresh one ...</p>
  <div class="pull-right">{{ POST_button(url_for('document.delete'), text="Delete document", style="btn-danger") }}</div>
{% endif %}
{% endblock %}

http://farol.wald.intevation.org