family: reduce cache duration for weekly agenda cell (#58962)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Lauréline Guérin 2021-11-25 09:31:15 +01:00
parent ee5a7f91e0
commit 4a1937c4b6
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class WeeklyAgendaCell(JsonCellBase):
default_template_name = 'family/weekly_agenda.html'
force_async = True
cache_duration = 5
class Meta:
verbose_name = _('Weekly agenda cell')