make Admin UI more consistent, better show when provider has no application assigned
This commit is contained in:
@ -14,6 +14,7 @@ class ApplicationListView(AdminRequiredMixin, ListView):
|
||||
"""Show list of all applications"""
|
||||
|
||||
model = Application
|
||||
ordering = 'name'
|
||||
template_name = 'administration/application/list.html'
|
||||
|
||||
def get_queryset(self):
|
||||
|
||||
Reference in New Issue
Block a user