pyfedi/app/templates/post/_post_notification_toggle.html

4 lines
375 B
HTML
Raw Normal View History

2024-01-10 09:34:58 +13:00
<a href="{{ url_for('post.post_notification', post_id=post.id) }}" rel="nofollow"
class="small fe {{ 'fe-bell' if post.notify_author else 'fe-no-bell' }} no-underline"
hx-post="{{ url_for('post.post_notification', post_id=post.id) }}" hx-trigger="click throttle:1s" hx-swap="outerHTML"
2024-01-19 22:49:16 +13:00
title="{{ _('Notify about replies') }}" aria-label="{{ _('Notify about replies') }}"></a>