Implement hashing fields

This commit is contained in:
2022-08-18 07:20:30 +01:00
parent 3d8519154b
commit c984e70689
14 changed files with 261 additions and 38 deletions

View File

@@ -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",
),