Make callbacks handle signals

This commit is contained in:
2022-12-01 19:32:50 +00:00
parent 4527a9d04b
commit bdae8ab093
2 changed files with 17 additions and 2 deletions

View File

@@ -12,7 +12,9 @@ class SignalList(LoginRequiredMixin, ObjectList):
list_template = "partials/signal-list.html"
model = Signal
page_title = "List of signals. Linked to hooks and strategies."
page_subtitle = "Link signals you have defined in Drakdoo to their corresponding hooks."
page_subtitle = (
"Link signals you have defined in Drakdoo to their corresponding hooks."
)
list_url_name = "signals"
list_url_args = ["type"]