aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-06-10 16:32:42 -0500
committerJesús <heckyel@hyperbola.info>2021-06-10 16:32:42 -0500
commit46f4ed1dc602037c2c1888d4f1b39f103d8ba6cd (patch)
treef225f819a789d96a2ea8bc38de2d0aabc68aef55 /youtube/templates
parenta9edc54aac43ce37ea6982aeb28c4e0552b6b91d (diff)
downloadyt-local-46f4ed1dc602037c2c1888d4f1b39f103d8ba6cd.tar.lz
yt-local-46f4ed1dc602037c2c1888d4f1b39f103d8ba6cd.tar.xz
yt-local-46f4ed1dc602037c2c1888d4f1b39f103d8ba6cd.zip
Fix design error message
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/error.html10
1 files changed, 9 insertions, 1 deletions
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 @@
<p>Remember to include the traceback in your issue and redact any information in it you do not want to share</p>
</div>
{% else %}
- <div id="error-message">{{ error_message }}</div>
+ <section id="error-message" class="comments-area">
+ <div class="comments">
+ <div class="comment-container">
+ <div class="comment">
+ <span class="comment-text">{{ error_message }}</span>
+ </div>
+ </div>
+ </div>
+ </section>
{% endif %}
{% endblock %}