From 1711bbad1409a4def4099d8721deb894a0d5e21c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 14 Jul 2022 08:25:52 +0300 Subject: Implement confirmation stage Provide user with a confirmation stage where they can verify all the data before inserting into the database. --- qc_app/templates/final_confirmation.html | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 qc_app/templates/final_confirmation.html (limited to 'qc_app/templates') diff --git a/qc_app/templates/final_confirmation.html b/qc_app/templates/final_confirmation.html new file mode 100644 index 0000000..f2de028 --- /dev/null +++ b/qc_app/templates/final_confirmation.html @@ -0,0 +1,47 @@ +{%extends "base.html"%} +{%from "dbupdate_hidden_fields.html" import hidden_fields%} + +{%block title%}Confirmation{%endblock%} + +{%macro display_item(item_name, item_data):%} +
Selected Data
+