diff options
author | Frederick Muriuki Muriithi | 2022-08-31 04:44:28 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-08-31 04:44:28 +0300 |
commit | ae1fbc0c56c8732fb85b555eccd4fddb5d8e5437 (patch) | |
tree | 97d9e23c50c557e18c7ae0955aed68d5baa130ff /qc_app/templates/insert_success.html | |
parent | ddad176111e962e8b773d8dd7467e8536ba4e5b4 (diff) | |
download | gn-uploader-ae1fbc0c56c8732fb85b555eccd4fddb5d8e5437.tar.gz |
Commit missing files.
Diffstat (limited to 'qc_app/templates/insert_success.html')
-rw-r--r-- | qc_app/templates/insert_success.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qc_app/templates/insert_success.html b/qc_app/templates/insert_success.html new file mode 100644 index 0000000..4406c66 --- /dev/null +++ b/qc_app/templates/insert_success.html @@ -0,0 +1,15 @@ +{%extends "base.html"%} +{%from "stdout_output.html" import stdout_output%} + +{%block title%}Insertion Success{%endblock%} + +{%block contents%} +<h1 class="heading">Insertion Success</h1> + +<p>Data inserted successfully!</p> + +<p>The following queries were run:</p> + +{{stdout_output(job)}} + +{%endblock%} |