mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 10:59:00 +00:00
Fixed missing initialisation in consumers list view
This commit is contained in:
parent
60f9393c90
commit
cd382658e0
@ -44,6 +44,7 @@ class IndexView(LoginRequiredMixin, TemplateView):
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super(IndexView, self).get_context_data(**kwargs)
|
||||
consumers = []
|
||||
|
||||
try:
|
||||
urlpath = '/management/consumers'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user