aboutsummaryrefslogtreecommitdiff
path: root/source/templates/confirmation.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates/confirmation.html')
-rw-r--r--source/templates/confirmation.html3
1 files changed, 2 insertions, 1 deletions
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"/>
<div class="left inner">
-<p>${message}</p>
+ <h1>Your request processed successfully:</h1>
+ <p>${message}</p>
bgstack15