Commit 90160c26 by Oláh István Gergely

dashboard: minor fix in view: modul to model

parent 2422f375
......@@ -981,7 +981,7 @@ class NodeList(LoginRequiredMixin, SuperuserRequiredMixin, SingleTableView):
class GroupList(LoginRequiredMixin, SingleTableView):
template_name = "dashboard/group-list.html"
modul = Group
model = Group
table_class = GroupListTable
table_pagination = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment