Compare commits

..

1 Commits

Author SHA1 Message Date
Frédéric Péters c8aea5747e general: add journal app (#86632)
gitea/chrono/pipeline/head This commit looks good Details
2024-03-26 10:49:27 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -3361,9 +3361,9 @@ class EventCheck(APIView):
event.save(update_fields=['checked'])
audit(
'check',
_('marked event %(event)s as checked') % {'event': self.event},
_('marked event %(event)s as checked') % {'event': event},
request=request,
agenda=self.event.agenda,
agenda=event.agenda,
)
event.async_notify_checked()
response = {