Clarifying comment.

pull/7/head
Ferry Boender 9 years ago
parent 02f5e128cc
commit 955b8c1f64
  1. 1
      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:

Loading…
Cancel
Save