Fix some markdown related items for #1009

This commit is contained in:
James Cole
2017-11-22 18:12:09 +01:00
parent d9fa098ae5
commit 1fee62566b
4 changed files with 4 additions and 4 deletions

View File

@@ -184,7 +184,7 @@
{% if optionalFields.notes or data['notes'] %}
<!-- NOTES -->
{{ ExpandedForm.textarea('notes', data['notes']) }}
{{ ExpandedForm.textarea('notes', data['notes'], {helpText: trans('firefly.field_supports_markdown')}) }}
{% endif %}
</div>