Correct buttons() method in dummy plugin template content

This commit is contained in:
Jeremy Stretch 2020-11-09 14:20:07 -05:00
parent da12f700ff
commit 7e678cba52

View File

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