Make variables passed to CRUD helpers consistent
This commit is contained in:
@@ -16,9 +16,6 @@ class NotificationsUpdate(LoginRequiredMixin, ObjectUpdate):
|
||||
"At least the topic must be set if you want to receive notifications."
|
||||
)
|
||||
|
||||
# list_url_name = "notifications"
|
||||
# list_url_args = ["type"]
|
||||
|
||||
submit_url_name = "notifications_update"
|
||||
submit_url_args = ["type"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user