Fix template FileField reading
Compare changes
- Samuel GAIST authored
Dataformats have properties related to their file fields that does the proper handling for reading their content use that.
This merge request fixes all templates where a FileField content was read directly rather than using the associated property who would give the correct output.
Fixes #566 (closed)
Dataformats have properties related to their file fields that does the proper handling for reading their content use that.