# HG changeset patch # User Daniele Nicolodi # Date 1319652129 -7200 # Node ID 07e85fcb9268782fd4d76419d31702b6b00507fc # Parent 46caabb1ac7748cd91b8a6304a2dd80f45c8c94b Small correction to error page. diff -r 46caabb1ac77 -r 07e85fcb9268 src/ltpdarepo/templates/error.html --- a/src/ltpdarepo/templates/error.html Wed Oct 26 20:01:36 2011 +0200 +++ b/src/ltpdarepo/templates/error.html Wed Oct 26 20:02:09 2011 +0200 @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% block title %}{{ error }}{% endblock %} +{% block title %}{{ error.code }}: {{ error.name }}{% endblock %} {% block body %}

{{ error.code }}: {{ error.name }}

{{ error.description|safe }}