From b653351f711cad7e4ff78af27e9af2b037ff0640 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 25 Dec 2022 23:05:53 -0600 Subject: [PATCH] Avoid error when no form present --- tailbone/templates/form.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/templates/form.mako b/tailbone/templates/form.mako index c04dce21..cb8afb53 100644 --- a/tailbone/templates/form.mako +++ b/tailbone/templates/form.mako @@ -60,7 +60,7 @@ <%def name="modify_this_page_vars()"> ${parent.modify_this_page_vars()} - % if can_edit_help: + % if can_edit_help and form: