Implement button to enable authentication for relay
This commit is contained in:
@@ -39,6 +39,7 @@ from core.views.manage.threshold.irc import (
|
||||
ThresholdIRCNetworkDel,
|
||||
ThresholdIRCNetworkInfo,
|
||||
ThresholdIRCNetworkInfoEdit,
|
||||
ThresholdIRCNetworkRelayAuth,
|
||||
ThresholdIRCNetworkRelayDel,
|
||||
ThresholdIRCNetworkRelayProvision,
|
||||
ThresholdIRCNetworkRelays,
|
||||
@@ -143,6 +144,11 @@ urlpatterns = [
|
||||
ThresholdIRCNetworkRelayProvision.as_view(),
|
||||
name="threshold_irc_network_relay_provision",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/network/<str:net>/<int:num>/auth/",
|
||||
ThresholdIRCNetworkRelayAuth.as_view(),
|
||||
name="threshold_irc_network_relay_auth",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/actions/registration/",
|
||||
ThresholdIRCActionsRegistration.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user