notifications: refresh cell every 2 minutes (#17116)

This commit is contained in:
Frédéric Péters 2017-06-22 15:52:14 +02:00
parent bf9a54b8dc
commit 584a4473e1
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class Notification(models.Model):
@register_cell_class
class NotificationsCell(CellBase):
user_dependant = True
ajax_refresh = 120
class Meta:
verbose_name = _('User Notifications')