mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Fix #2811
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
{{ ExpandedForm.date('date', tag.date.format('Y-m-d')) }}
|
{{ ExpandedForm.date('date', tag.date.format('Y-m-d')) }}
|
||||||
{{ ExpandedForm.textarea('description') }}
|
{{ ExpandedForm.textarea('description', tag.description) }}
|
||||||
{{ ExpandedForm.location('tag_position') }}
|
{{ ExpandedForm.location('tag_position') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user