From fba0da25d86caec697cf35efe54569a67283e9d3 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Fri, 16 Feb 2024 18:41:08 +0300 Subject: Add gnqa error page --- gn2/wqflask/templates/gnqa_errors.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 gn2/wqflask/templates/gnqa_errors.html (limited to 'gn2/wqflask/templates') diff --git a/gn2/wqflask/templates/gnqa_errors.html b/gn2/wqflask/templates/gnqa_errors.html new file mode 100644 index 00000000..3a0e0bf7 --- /dev/null +++ b/gn2/wqflask/templates/gnqa_errors.html @@ -0,0 +1,31 @@ +{% extends "base.html" %} +{% block title %}GNQNA{% endblock %} + +{% block content %} + + +{% block css %} + +{% endblock %} + + + + +
+
+

Error: + {{error}}

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