Mercurial > hg > ltpdarepo
view src/ltpdarepo/templates/error.html @ 152:07e85fcb9268
Small correction to error page.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Wed, 26 Oct 2011 20:02:09 +0200 |
parents | 601d49a7c353 |
children |
line wrap: on
line source
{% extends "layout.html" %} {% block title %}{{ error.code }}: {{ error.name }}{% endblock %} {% block body %} <h2 class="error">{{ error.code }}: {{ error.name }}</h2> <div class="discrete">{{ error.description|safe }}</div> {% endblock %}