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>
1212 < tr >
1313 < th scope ="row "> Community List</ th >
1414 < 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 >
1616 </ td >
1717 </ tr >
1818 < tr >
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ class CommunityListRuleBulkDeleteView(generic.BulkDeleteView):
134134 queryset = CommunityListRule .objects .all ()
135135 table = tables .CommunityListRuleTable
136136
137- @register_model_view (CommunityListRule , "delete" , path = "delete" , detail = False )
137+ @register_model_view (CommunityListRule , "delete" )
138138class CommunityListRuleDeleteView (generic .ObjectDeleteView ):
139139 queryset = CommunityListRule .objects .all ()
140140 default_return_url = 'plugins:netbox_bgp:communitylistrule_list'
You can’t perform that action at this time.
0 commit comments