Allow clearing matches
This commit is contained in:
@@ -306,4 +306,9 @@ urlpatterns = [
|
||||
notifications.RuleDelete.as_view(),
|
||||
name="rule_delete",
|
||||
),
|
||||
path(
|
||||
"rule/<str:type>/clear/<str:pk>/",
|
||||
notifications.RuleClear.as_view(),
|
||||
name="rule_clear",
|
||||
),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user