mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 09:53:34 -06:00
Correct buttons() method in dummy plugin template content
This commit is contained in:
parent
d2c4c7fb10
commit
c3f2cc7648
@ -13,7 +13,7 @@ class SiteContent(PluginTemplateExtension):
|
|||||||
def full_width_page(self):
|
def full_width_page(self):
|
||||||
return "SITE CONTENT - FULL WIDTH PAGE"
|
return "SITE CONTENT - FULL WIDTH PAGE"
|
||||||
|
|
||||||
def full_buttons(self):
|
def buttons(self):
|
||||||
return "SITE CONTENT - BUTTONS"
|
return "SITE CONTENT - BUTTONS"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user