Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/93fcaea98115ce80e428198bbabe313b37ca1024?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Method documentation.

pull/7/head
Ferry Boender 10 years ago
parent b53f5fcf40
commit 93fcaea981
  1. 3
      src/scriptform.py

@ -395,7 +395,8 @@ class FormDefinition:
def validate(self, form_values): def validate(self, form_values):
""" """
Validate all relevant fields for this form against form_values. Validate all relevant fields for this form against form_values. Returns
a set with the errors and new values.
""" """
errors = {} errors = {}
values = form_values.copy() values = form_values.copy()

Loading…
Cancel
Save