diff --git a/tailbone/templates/products/read.mako b/tailbone/templates/products/read.mako index 1bdac00b..e084def3 100644 --- a/tailbone/templates/products/read.mako +++ b/tailbone/templates/products/read.mako @@ -90,6 +90,8 @@ + ${self.extra_left_panels()} +
@@ -154,9 +156,15 @@
+ ${self.extra_right_panels()} + % if buttons: ${buttons|n} % endif + +<%def name="extra_left_panels()"> + +<%def name="extra_right_panels()">