From 999173b1ba43f4535b6507e10c8cba2c01d2180f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 14 Jun 2021 12:08:28 -0500 Subject: [error.html]: fix set style --- youtube/templates/error.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'youtube/templates/error.html') diff --git a/youtube/templates/error.html b/youtube/templates/error.html index 9ae8909..55396ad 100644 --- a/youtube/templates/error.html +++ b/youtube/templates/error.html @@ -4,9 +4,11 @@ {% extends "base.html" %} {% endif %} -{% block style %} - -{% endblock style %} +{% if traceback %} + {% block style %} + + {% endblock style %} +{% endif %} {% block main %} {% if traceback %} -- cgit v1.2.3