Fix callback windows
This commit is contained in:
@@ -41,6 +41,8 @@ class Callbacks(LoginRequiredMixin, View):
|
||||
callbacks = get_callbacks(hook)
|
||||
else:
|
||||
callbacks = get_callbacks(user=request.user)
|
||||
if type == "page":
|
||||
type = "modal"
|
||||
|
||||
context = {
|
||||
"title": f"Callbacks ({type})",
|
||||
|
||||
Reference in New Issue
Block a user