Fix view of #942

This commit is contained in:
James Cole 2017-10-20 07:55:04 +02:00
parent 4d6c679b0e
commit 30bfdda2b0
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -163,7 +163,7 @@
{# NOTES #} {# NOTES #}
{% if optionalFields.notes or journal.notes %} {% if optionalFields.notes or journal.notes %}
{{ ExpandedForm.textarea('notes', journal.notes) }} {{ ExpandedForm.textarea('notes',preFilled.notes) }}
{% endif %} {% endif %}
</div> </div>
</div> </div>