mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
9 lines
440 B
Text
9 lines
440 B
Text
|
Hi {{ user.display_name() }},
|
||
|
|
||
|
Here's some notifications you've missed since your last visit:
|
||
|
{% for notification in notifications %}
|
||
|
- {{ notification.title }} - {{ url_for('user.notification_goto', notification_id=notification.id, _external=True) }}
|
||
|
{% endfor %}
|
||
|
|
||
|
Unsubscribe from these emails</a> by un-ticking the 'Receive email about missed notifications' checkbox at {{ url_for('user.change_settings', _external=True) }}.
|