Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/955b8c1f64a34650e4cd0034869c770568152e0d?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Clarifying comment.

pull/7/head
Ferry Boender 10 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