From 124f9395f30bd8809d32270472fb07a47b5a46d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 30 Aug 2018 17:26:11 +0200 Subject: [PATCH] misc: give access to view attributes in formdata fill page (#25971) --- wcs/forms/root.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wcs/forms/root.py b/wcs/forms/root.py index 48a92f71..56a20cd2 100644 --- a/wcs/forms/root.py +++ b/wcs/forms/root.py @@ -174,6 +174,7 @@ class FormPage(Directory, FormTemplateMixin): _q_exports = ['', 'tempfile', 'schema', 'tryauth', 'auth', 'qrcode', 'autosave', 'code', 'removedraft', 'live'] + do_not_call_in_templates = True filling_templates = ['wcs/front/formdata_filling.html', 'wcs/formdata_filling.html'] validation_templates = ['wcs/front/formdata_validation.html', 'wcs/formdata_validation.html'] -- 2.18.0