Sfoglia il codice sorgente

Correct buttons() method in dummy plugin template content

Jeremy Stretch 5 anni fa
parent
commit
c3f2cc7648
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      netbox/extras/tests/dummy_plugin/template_content.py

+ 1 - 1
netbox/extras/tests/dummy_plugin/template_content.py

@@ -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"