From 2c2fb340ad1d62c02cc9a1aadb3921ad31303c6a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 5 Jan 2013 11:14:35 +0100 Subject: Improved display of error message. --- source/templates/error.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/templates/error.html') diff --git a/source/templates/error.html b/source/templates/error.html index dbdf66db..3790d3e9 100644 --- a/source/templates/error.html +++ b/source/templates/error.html @@ -1,4 +1,5 @@ ## error.html <%inherit file="base.html"/>
-${message} \ No newline at end of file +

An error occured:

+ ${message} \ No newline at end of file -- cgit