Commit 03940a7f by Kálmán Viktor

dashboard: oups, fix redirect url too

parent 36ef4513
......@@ -887,7 +887,7 @@ class GroupPermissionsView(SuperuserRequiredMixin, UpdateView):
slug_url_kwarg = "group_pk"
def get_success_url(self):
return "%s#group-detail-permission" % (
return "%s#group-detail-permissions" % (
self.get_object().groupprofile.get_absolute_url())
......
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