aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/confirmation.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/static/templates/confirmation.html')
-rw-r--r--source/static/templates/confirmation.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/static/templates/confirmation.html b/source/static/templates/confirmation.html
new file mode 100644
index 00000000..ae206838
--- /dev/null
+++ b/source/static/templates/confirmation.html
@@ -0,0 +1,5 @@
+## confirmation.html
+<%inherit file="base.html"/>
+<div class="left inner">
+ <h1>Your request processed successfully:</h1>
+ <p>${message}</p>
bgstack15