Simplify schema and error handling
This commit is contained in:
@@ -111,7 +111,10 @@ class HookList(LoginRequiredMixin, ObjectList):
|
||||
title = "Hooks"
|
||||
title_singular = "Hook"
|
||||
page_title = "List of active URL endpoints for receiving hooks."
|
||||
page_subtitle = "Add URLs here to receive Drakdoo callbacks. Make then unique!"
|
||||
page_subtitle = (
|
||||
"Add URLs here to receive Drakdoo callbacks. "
|
||||
"Make then unique and hard to guess!"
|
||||
)
|
||||
|
||||
list_url_name = "hooks"
|
||||
list_url_args = ["type"]
|
||||
|
||||
Reference in New Issue
Block a user