diff --git a/discord_rss_bot/templates/feed.html b/discord_rss_bot/templates/feed.html index b3524cb..402ef3f 100644 --- a/discord_rss_bot/templates/feed.html +++ b/discord_rss_bot/templates/feed.html @@ -7,7 +7,13 @@ {% if not feed.updates_enabled %}Disabled{% endif %} - {% if feed.last_exception %}Last exception: {{ feed.last_exception }}{% endif %} + {% if feed.last_exception %} +

{{ feed.last_exception.type_name }}:

+ {{ feed.last_exception.value_str }} + +
{{ feed.last_exception.traceback_str }}
+ + {% endif %}