mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Correct buttons() method in dummy plugin template content
This commit is contained in:
		@@ -13,7 +13,7 @@ class SiteContent(PluginTemplateExtension):
 | 
			
		||||
    def full_width_page(self):
 | 
			
		||||
        return "SITE CONTENT - FULL WIDTH PAGE"
 | 
			
		||||
 | 
			
		||||
    def full_buttons(self):
 | 
			
		||||
    def buttons(self):
 | 
			
		||||
        return "SITE CONTENT - BUTTONS"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user