diff --git a/discord_rss_bot/templates/add.html b/discord_rss_bot/templates/add.html index 9548e87..d3d3e42 100644 --- a/discord_rss_bot/templates/add.html +++ b/discord_rss_bot/templates/add.html @@ -9,10 +9,10 @@ -
+ {# Add a button to get the summary #} {% if entry.summary %} Summary {% endif %} + + {# Add a button to get the content #} {% if entry.content %} Content {% endif %}