From: Michael Tremer Date: Sun, 12 Jan 2025 13:33:13 +0000 (+0000) Subject: templates: Convert the error template to Jinja X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8318d8ae6182bcc8db68bd61a669e4a4ba27077;p=pbs.git templates: Convert the error template to Jinja Signed-off-by: Michael Tremer --- diff --git a/src/templates/errors/error.html b/src/templates/errors/error.html index c1918a9d..aa3150e0 100644 --- a/src/templates/errors/error.html +++ b/src/templates/errors/error.html @@ -1,4 +1,4 @@ -{% extends "../base.html" %} +{% extends "base.html" %} {% block body %}
@@ -22,5 +22,5 @@
{{ traceback }}
- {% end %} -{% end %} + {% endif %} +{% endblock %}