This commit is contained in:
James Cole
2017-11-22 21:41:48 +01:00
parent 24b63abf2f
commit 8f80ee25c2
4 changed files with 13 additions and 2 deletions

View File

@@ -32,6 +32,7 @@
<h3 class="box-title">{{ 'optionalFields'|_ }}</h3>
</div>
<div class="box-body">
{{ ExpandedForm.date('startdate') }}
{{ ExpandedForm.date('targetdate') }}
{{ ExpandedForm.textarea('note', null, {helpText: trans('firefly.field_supports_markdown')}) }}
</div>