Implement alias editing views and templates
This commit is contained in:
@@ -35,6 +35,7 @@ from core.views.manage.threshold.irc import (
|
||||
ThresholdIRCNetworkRelayStatus,
|
||||
ThresholdIRCNetworks,
|
||||
ThresholdIRCStats,
|
||||
ThresholdIRCAliasesEdit,
|
||||
)
|
||||
|
||||
# Management stuff
|
||||
@@ -155,6 +156,11 @@ urlpatterns = [
|
||||
ThresholdIRCAliases.as_view(),
|
||||
name="threshold_irc_aliases",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/aliases/edit/",
|
||||
ThresholdIRCAliasesEdit.as_view(),
|
||||
name="threshold_irc_aliases_edit",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/network/<str:net>/actions/",
|
||||
ThresholdIRCNetworkActions.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user