From 955b8c1f64a34650e4cd0034869c770568152e0d Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Fri, 3 Apr 2015 17:38:10 +0200 Subject: [PATCH] Clarifying comment. --- src/scriptform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scriptform.py b/src/scriptform.py index 4209733..d88071e 100755 --- a/src/scriptform.py +++ b/src/scriptform.py @@ -657,6 +657,7 @@ class ScriptFormWebApp(WebAppHandler): ) ) + # Make sure the user is allowed to access this form. form_def = form_config.get_form(form_name) if form_def.allowed_users is not None and \ self.username not in form_def.allowed_users: