-
{{ _('Options for "%(post_title)s"', post_title=post.title) }}
+
{{ _('Options for "%(post_title)s"', post_title=post.title) }} {% include 'post/_post_notification_toggle.html' -%}
{% if current_user.is_authenticated -%}
{% if post.user_id == current_user.id -%}
diff --git a/app/templates/post/post_teaser/_utilities_bar.html b/app/templates/post/post_teaser/_utilities_bar.html
index f2d9392f..dec5cab3 100644
--- a/app/templates/post/post_teaser/_utilities_bar.html
+++ b/app/templates/post/post_teaser/_utilities_bar.html
@@ -19,11 +19,6 @@
- {% if current_user.is_authenticated and current_user.verified -%}
- {% include 'post/_post_notification_toggle.html' -%}
- {% endif -%}
-