changeset 10:ec561d030fc2

Add html class to HTTP error pages message.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 15 Jun 2011 17:49:27 +0200
parents 8e1c24d9067d
children 66101b35a8c0
files src/ltpdarepo/templates/error.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ltpdarepo/templates/error.html	Wed Jun 15 17:48:42 2011 +0200
+++ b/src/ltpdarepo/templates/error.html	Wed Jun 15 17:49:27 2011 +0200
@@ -1,5 +1,5 @@
 {% extends "layout.html" %}
 {% block title %}{{ error }}{% endblock %}
 {% block body %}
-  <h2>{{ error }}</h2>
+  <h2 class="error">{{ error }}</h2>
 {% endblock %}