flows: default-auth -> default-authentication

This commit is contained in:
Jens Langhammer
2020-05-12 14:49:47 +02:00
parent 7500e622f6
commit 137e90355b
5 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ class AdministrationOverviewView(AdminRequiredMixin, TemplateView):
"""Handle post (clear cache from modal)"""
if "clear" in self.request.POST:
cache.clear()
return redirect(reverse("passbook_flows:default-auth"))
return redirect(reverse("passbook_flows:default-authentication"))
return self.get(*args, **kwargs)
def get_context_data(self, **kwargs):