aboutsummaryrefslogtreecommitdiff
path: root/source/templates/confirmation.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-12-05 21:04:45 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-12-05 21:04:45 +0100
commit853a408c1df0bace3a11043f13daec3b0ddbfc9e (patch)
treeaab9b54f63afa8f828483b0edcc20efabe19cd02 /source/templates/confirmation.html
parentTemplate for the /search page. (diff)
downloadnewspipe-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.html4
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>
bgstack15