From f365bedeafd0399de3387c7600d6dc30b431f14c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 5 Jan 2013 11:21:33 +0100 Subject: Improved display of confirmation message. --- source/templates/confirmation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/templates/confirmation.html') diff --git a/source/templates/confirmation.html b/source/templates/confirmation.html index 7f631d3c..ae206838 100644 --- a/source/templates/confirmation.html +++ b/source/templates/confirmation.html @@ -1,4 +1,5 @@ ## confirmation.html <%inherit file="base.html"/>
-

${message}

+

Your request processed successfully:

+

${message}

-- cgit