diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-12-05 21:04:45 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-12-05 21:04:45 +0100 |
commit | 853a408c1df0bace3a11043f13daec3b0ddbfc9e (patch) | |
tree | aab9b54f63afa8f828483b0edcc20efabe19cd02 /source/templates/confirmation.html | |
parent | Template for the /search page. (diff) | |
download | newspipe-853a408c1df0bace3a11043f13daec3b0ddbfc9e.tar.gz newspipe-853a408c1df0bace3a11043f13daec3b0ddbfc9e.tar.bz2 newspipe-853a408c1df0bace3a11043f13daec3b0ddbfc9e.zip |
New template for confirmation message.
Diffstat (limited to 'source/templates/confirmation.html')
-rw-r--r-- | source/templates/confirmation.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/templates/confirmation.html b/source/templates/confirmation.html new file mode 100644 index 00000000..7f631d3c --- /dev/null +++ b/source/templates/confirmation.html @@ -0,0 +1,4 @@ +## confirmation.html +<%inherit file="base.html"/> +<div class="left inner"> +<p>${message}</p> |