From f7c9599ace5a4aa5783e70d54c743353533bee74 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Fri, 20 Sep 2024 11:49:49 +0300 Subject: Add error template for gn_docs. --- gn2/wqflask/templates/gn_docs_errors.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gn2/wqflask/templates/gn_docs_errors.html (limited to 'gn2/wqflask') diff --git a/gn2/wqflask/templates/gn_docs_errors.html b/gn2/wqflask/templates/gn_docs_errors.html new file mode 100644 index 00000000..dc381e08 --- /dev/null +++ b/gn2/wqflask/templates/gn_docs_errors.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} +{% block title %}Gn docs Error Page{% endblock %} +{% block css %}{% endblock %} +{% block content %} +
+ Error/Reason: {{ error_reason}} + Error/Message: {{ error_msg }} + Error/Status: {{error_status_code}} ++