bookwyrm/bookwyrm/templates/notifications
Hugh Rundle b990d9ccd8
Pass correct user id in Move notification
We were passing the *requesting* user's moved_to value to the Move notification template, instead of the id of the user that they are being notified about.
Additionally, the id_to_username template tag had no fallback for if the user_id is None.

This resolves both problems and removes an unnecessary space in a template for when the logged in user made the move.

Fixes #3196
2024-01-17 21:06:04 +11:00
..
items Pass correct user id in Move notification 2024-01-17 21:06:04 +11:00
item.html Revert "Don't show notification for user follow request if the user is inactive" 2024-01-07 08:31:48 -08:00
notifications_page.html conditional display of notifs button 2022-09-01 11:54:49 +02:00