mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 20:56:46 +00:00
fix Webui function bug
This commit is contained in:
parent
7cdd4e5bb8
commit
e1ceb52dda
@ -27,7 +27,7 @@ class IndexView(LoginRequiredMixin, FormView):
|
||||
"""Index view for config"""
|
||||
template_name = "webui/index.html"
|
||||
form_class = WebuiForm
|
||||
success_url = reverse_lazy('webui_list')
|
||||
success_url = reverse_lazy('webui-index')
|
||||
|
||||
def dispatch(self, request, *args, **kwargs):
|
||||
self.api = API(request.session.get('obp'))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user