File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h5 class="card-header">Community List Rule</h5>
12
12
< tr >
13
13
< th scope ="row "> Community List</ th >
14
14
< td >
15
- < a href ="{{ object.community_list .get_absolute_url }} "> {{ object.community_list }}</ a >
15
+ < a href ="{{ object.communitylist .get_absolute_url }} "> {{ object.communitylist }}</ a >
16
16
</ td >
17
17
</ tr >
18
18
< tr >
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ class CommunityListRuleBulkDeleteView(generic.BulkDeleteView):
134
134
queryset = CommunityListRule .objects .all ()
135
135
table = tables .CommunityListRuleTable
136
136
137
- @register_model_view (CommunityListRule , "delete" , path = "delete" , detail = False )
137
+ @register_model_view (CommunityListRule , "delete" )
138
138
class CommunityListRuleDeleteView (generic .ObjectDeleteView ):
139
139
queryset = CommunityListRule .objects .all ()
140
140
default_return_url = 'plugins:netbox_bgp:communitylistrule_list'
You can’t perform that action at this time.
0 commit comments