Implement hashing fields
This commit is contained in:
@@ -253,7 +253,7 @@ urlpatterns = [
|
||||
name="threshold_irc_network_list",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/msg/<str:net>/<int:num>/",
|
||||
"manage/threshold/irc/msg/<str:net>/<str:num>/",
|
||||
ThresholdIRCSendMessage.as_view(),
|
||||
name="threshold_irc_msg",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user