From 7a765dc664d20f966e4e52abac1f5372045e166c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 14 Dec 2020 23:44:29 -0500 Subject: Change general design theme --- youtube/templates/error.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'youtube/templates/error.html') diff --git a/youtube/templates/error.html b/youtube/templates/error.html index c3f58b0..e02ecd9 100644 --- a/youtube/templates/error.html +++ b/youtube/templates/error.html @@ -4,9 +4,13 @@ {% extends "base.html" %} {% endif %} +{% block style %} + +{% endblock style %} + {% block main %} {% if traceback %} -
+

500 Uncaught exception:

{{ traceback }}

Please report this issue at https://github.com/user234683/youtube-local/issues

@@ -16,4 +20,3 @@
{{ error_message }}
{% endif %} {% endblock %} - -- cgit v1.2.3