diff --git a/app/templates/post/_post_teaser.html b/app/templates/post/_post_teaser.html index 661064d6..66a61f61 100644 --- a/app/templates/post/_post_teaser.html +++ b/app/templates/post/_post_teaser.html @@ -9,7 +9,7 @@ {# do nothing - blocked by keyword filter #} {% else -%}
+ {% if content_blocked -%} title="{{ _('Filtered: ') }}{{ content_blocked }}"{% else %} title="Post: {{ post.title }}" aria-label="Post: {{ post.title }}"{% endif -%} tabindex="0">
{% if post.type == POST_TYPE_ARTICLE %} {% include "post/post_teaser/_article.html" -%} diff --git a/app/templates/post/post_options.html b/app/templates/post/post_options.html index 18f21070..535ffa0a 100644 --- a/app/templates/post/post_options.html +++ b/app/templates/post/post_options.html @@ -10,7 +10,7 @@