From 2e12c23648be1b6827f1717ca143359d29043a39 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 6 Jul 2022 10:19:49 +0300 Subject: Implement UI for dataset selection As part of updating the database with the new data, there is a need to select the appropriate dataset that the data belongs to, and this commit provides the UI to assist the user do that. --- qc_app/templates/dbupdate_error.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 qc_app/templates/dbupdate_error.html (limited to 'qc_app/templates/dbupdate_error.html') diff --git a/qc_app/templates/dbupdate_error.html b/qc_app/templates/dbupdate_error.html new file mode 100644 index 0000000..83e34fe --- /dev/null +++ b/qc_app/templates/dbupdate_error.html @@ -0,0 +1,12 @@ +{%extends "base.html"%} + +{%block title%}DB Update Error{%endblock%} + +{%block contents%} +

database update error

+ +

+ Database Update Error: {{error_message}} +

+ +{%endblock%} -- cgit v1.2.3