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

Classes improperly rendered for input form line.

pull/7/head
Ferry Boender 10 years ago
parent 125bd1cb82
commit 8c7a12e354
  1. 2
      src/scriptform.py

@ -728,7 +728,7 @@ class FormRender():
else:
html = html_field
return (html.format(classes=classes,
return (html.format(classes=' '.join(classes),
title=title,
input=input,
errors=u', '.join(errors)))

Loading…
Cancel
Save