diff --git a/brutaldon/templates/main/notifications.html b/brutaldon/templates/main/notifications.html index b2bb524..d6ab510 100644 --- a/brutaldon/templates/main/notifications.html +++ b/brutaldon/templates/main/notifications.html @@ -73,6 +73,10 @@ mastodon.notifications()[0] +{% elif note.type == 'poll' %} +

A poll you created or voted in has ended.

+ {% include "main/toot_partial.html" with toot=note.status %} + {% endif %} {% endfor %}