diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-05 11:21:33 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-05 11:21:33 +0100 |
commit | f365bedeafd0399de3387c7600d6dc30b431f14c (patch) | |
tree | ba26516fc7d01a54188444f6aa5e11b420ddc3fd /source/templates | |
parent | Improved display of error message. (diff) | |
download | newspipe-f365bedeafd0399de3387c7600d6dc30b431f14c.tar.gz newspipe-f365bedeafd0399de3387c7600d6dc30b431f14c.tar.bz2 newspipe-f365bedeafd0399de3387c7600d6dc30b431f14c.zip |
Improved display of confirmation message.
Diffstat (limited to 'source/templates')
-rw-r--r-- | source/templates/confirmation.html | 3 |
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> |