Results 16 comments of Vu

Code updated following review.

> > I added 2 test fields on RegistrationPrivacyForm for visual testing. > > Could you split that into a separate commit please? That way it's easier for us to...

I updated the code using cid, but for the preview it doesn't work as attachments can't be done. Do you have a solution for it ?

To render differently the picture in preview, I need to know the context "preview". I see 3 ways to do it: 1. check directly flask.request in PicturePlaceHolder.render(); 2. add context...

One last point: in picture rendering, you use a fixed max-height/width = 250px, we would like to have a different value. Can I use a parameter in config for that...

There are 3 pending points to consider: 1. How to prevent the setting "content validation" to be changed once registration already created (to avoid inconsistency between data and the setting)...