euphorie / Euphorie

Euphorie is a tool for risk assessment
https://pythonhosted.org/Euphorie/
GNU General Public License v2.0
11 stars 6 forks source link

Move the custom html from the form template to a widget #745

Closed ale-rt closed 1 month ago

ale-rt commented 1 month ago

The reason is that we want to be able to customize that form without rewriting the whole template.

ale-rt commented 1 month ago

Check for example the customization we have to make the view compatible with Quaive: https://github.com/euphorie/osha.oira/blob/7d4f094a4ee1717f0dceee0acbfdaa4244afea4b/src/osha/oira/ploneintranet/z3cform/templates/survey_source_selection.pt

ale-rt commented 1 month ago

One small inline suggestion, but I am not sure it is needed. I added a breakpoint there, but it did not get triggered in my test.

Where did you put the breakpoint?