bookwyrm/bookwyrm/templates/notifications/items
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
..
accept.html Group accept and leave notification 2022-07-07 08:55:17 -07:00
add.html Typo fix 2022-12-03 18:21:47 -08:00
boost.html Move status_preview snippet to notifications directory 2022-07-09 12:40:21 -07:00
fav.html Move status_preview snippet to notifications directory 2022-07-09 12:40:21 -07:00
follow.html Merges follower/following views 2022-07-29 13:07:15 -07:00
follow_request.html Merges follower/following views 2022-07-29 13:07:15 -07:00
import.html Renames item layout file 2022-01-11 10:47:55 -08:00
invite.html Updates group leave and remove notifications 2022-07-05 13:05:28 -07:00
invite_request.html Create notifications for incoming invite requests 2023-11-14 07:09:04 -03:00
join.html Renames item layout file 2022-01-11 10:47:55 -08:00
layout.html Move MVP 2023-09-18 21:21:04 +10:00
leave.html Group accept and leave notification 2022-07-07 08:55:17 -07:00
link_domain.html Adds missing template and migration files 2023-02-22 10:46:01 -08:00
mention.html Move status_preview snippet to notifications directory 2022-07-09 12:40:21 -07:00
move_user.html Pass correct user id in Move notification 2024-01-17 21:06:04 +11:00
remove.html Renames item layout file 2022-01-11 10:47:55 -08:00
reply.html Move status_preview snippet to notifications directory 2022-07-09 12:40:21 -07:00
report.html Fixes html on notifications page 2022-07-06 19:16:14 -07:00
status_preview.html Use content warnings in notifications 2022-07-09 13:12:46 -07:00
update.html Renames item layout file 2022-01-11 10:47:55 -08:00
user_export.html show filesize on user downloads page 2023-11-07 11:04:11 +11:00
user_import.html Small fixes for notifications 2023-12-09 08:09:22 -08:00