From 931fdf8795db0c68daba29dbaa25b8e52f86e7f8 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Oct 2022 12:49:35 +0300 Subject: Commit missing html page. --- wqflask/wqflask/templates/correlation_error_page.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 wqflask/wqflask/templates/correlation_error_page.html diff --git a/wqflask/wqflask/templates/correlation_error_page.html b/wqflask/wqflask/templates/correlation_error_page.html new file mode 100644 index 00000000..9197e4a9 --- /dev/null +++ b/wqflask/wqflask/templates/correlation_error_page.html @@ -0,0 +1,18 @@ +{%extends "base.html"%} +{%block title%}Correlation Results{%endblock%} + +{%block css%} + + + + + + +{%endblock%} + +{%block content%} +
+

{{error["error-type"]}}

+

{{error["error-message"]}}

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