aboutsummaryrefslogtreecommitdiff
path: root/app/templates/result.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/result.html')
-rw-r--r--app/templates/result.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/templates/result.html b/app/templates/result.html
new file mode 100644
index 0000000..ca7db1c
--- /dev/null
+++ b/app/templates/result.html
@@ -0,0 +1,7 @@
+{% extends 'base.html' %}
+
+{% block main %}
+ <h2>Successful Form Submission</h2>
+ {% include 'flash_messages.html' %}
+ <p>My name is <strong>{{ firstname + ' ' + lastname }}</strong> and my email address is <strong>{{ email }}</strong>.</p>
+{% endblock %} \ No newline at end of file