diff options
-rw-r--r-- | youtube/templates/error.html | 10 |
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 %} |