diff --git a/youtube/templates/error.html b/youtube/templates/error.html index 7256aee..206ff55 100644 --- a/youtube/templates/error.html +++ b/youtube/templates/error.html @@ -17,6 +17,14 @@

Remember to include the traceback in your issue and redact any information in it you do not want to share

{% else %} -
{{ error_message }}
+
+
+
+
+ {{ error_message }} +
+
+
+
{% endif %} {% endblock %}