diff --git a/tailbone/templates/master/form.mako b/tailbone/templates/master/form.mako index 1339bd91..dfe56fa8 100644 --- a/tailbone/templates/master/form.mako +++ b/tailbone/templates/master/form.mako @@ -6,9 +6,11 @@ - ${form.render_included_templates()} + % if form is not Undefined: + ${form.render_included_templates()} + % endif