Merge pull request #3837 from okaufmann/fix-account-detail

Fixes account notes parsing (Reopen)
This commit is contained in:
James Cole 2020-09-23 07:40:58 +00:00 committed by GitHub
commit 2d6e6f3ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@
<h3 class="box-title">{{ 'notes'|_ }}</h3>
</div>
<div class="box-body">
{{ account.notes.first.text|default('')|markdown }}
{{ account.notes.first().text|markdown }}
</div>
</div>
</div>