Skip to content
Snippets Groups Projects
Commit f8397cfc authored by Samuel GAIST's avatar Samuel GAIST Committed by Flavio TARSETTI
Browse files

[dataformats][templates] Use file field property to read content

Dataformats have properties related to their file fields
that does the proper handling for reading their content
use that.
parent a83499b3
No related branches found
No related tags found
2 merge requests!359Fix template FileField reading,!342Django 3 migration
......@@ -43,7 +43,7 @@
</div>
</div>
{% endif %}
<textarea class="form-control" id="declaration-display">{{ object.declaration_file.read }}</textarea>
<textarea class="form-control" id="declaration-display">{{ object.declaration }}</textarea>
<p class="help-block">{{ texts.json|safe }}</p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment