Fix group submission wsevent
This commit is contained in:
parent
ad2f4f5952
commit
b523dcd2f6
1 changed files with 2 additions and 2 deletions
|
@ -389,8 +389,8 @@ class OrganizationSubmissions(
|
||||||
|
|
||||||
def get_context_data(self, **kwargs):
|
def get_context_data(self, **kwargs):
|
||||||
context = super(OrganizationSubmissions, self).get_context_data(**kwargs)
|
context = super(OrganizationSubmissions, self).get_context_data(**kwargs)
|
||||||
context["dynamic_update"] = context["page_obj"].number == 1
|
# context["dynamic_update"] = context["page_obj"].number == 1
|
||||||
context["last_msg"] = event.last()
|
# context["last_msg"] = event.last()
|
||||||
context["stats_update_interval"] = 3600
|
context["stats_update_interval"] = 3600
|
||||||
context["page_type"] = "submissions"
|
context["page_type"] = "submissions"
|
||||||
context["page_prefix"] = None
|
context["page_prefix"] = None
|
||||||
|
|
Loading…
Reference in a new issue