Implement deleting networks
This commit is contained in:
@@ -33,6 +33,7 @@ from core.views.manage.threshold.irc import (
|
||||
ThresholdIRCNetworkActionsList,
|
||||
ThresholdIRCNetworkActionsRelay,
|
||||
ThresholdIRCNetworkChannels,
|
||||
ThresholdIRCNetworkDel,
|
||||
ThresholdIRCNetworkInfo,
|
||||
ThresholdIRCNetworkInfoEdit,
|
||||
ThresholdIRCNetworkRelayDel,
|
||||
@@ -119,6 +120,11 @@ urlpatterns = [
|
||||
ThresholdIRCNetwork.as_view(),
|
||||
name="threshold_irc_network",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/overview/network/<str:net>/delete/",
|
||||
ThresholdIRCNetworkDel.as_view(),
|
||||
name="threshold_irc_network_del",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/network/<str:net>/info/",
|
||||
ThresholdIRCNetworkInfo.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user