From b4d1666bdf9998d6c657ca06588a5f5971a4e169 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 15 Dec 2018 22:29:08 -0600 Subject: [PATCH] Add `object_helpers()` def to master/view template --- tailbone/templates/master/view.mako | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/tailbone/templates/master/view.mako b/tailbone/templates/master/view.mako index 8a835303..77e11c58 100644 --- a/tailbone/templates/master/view.mako +++ b/tailbone/templates/master/view.mako @@ -69,15 +69,24 @@ % endif +<%def name="object_helpers()"> + +
${form.render()|n}
- +
+
+ ${self.object_helpers()} +
+ +
    + ${self.context_menu_items()} +
+