render range result msg

This commit is contained in:
Laura Klünder 2023-10-28 21:15:13 +02:00
parent f2f0186e33
commit 25a2bd7f2d
5 changed files with 40 additions and 12 deletions

View file

@ -91,6 +91,7 @@ class MeshMessageListView(ControlPanelMixin, ListView):
form_data.pop('page', None)
ctx.update({
"node_names": get_node_names(),
'form': self.form,
'form_data': form_data.urlencode(),
})