mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
8 lines
440 B
Text
8 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) }}.
|