fix account notes

This commit is contained in:
Oliver Kaufmann 2020-09-23 02:18:53 +02:00
parent 229479b7ed
commit 58245d85b3

View File

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