Fix display of transaction post on accounts detail

Bad copy-paste, I assume
This commit is contained in:
Eli Ribble 2016-08-11 10:59:43 -06:00
parent dd1706c70f
commit a23c0e2759
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<td>{{ record.name }}</a></td>
<td>{{ record.type }}</td>
<td>{{ record.amount }}</td>
<td>{{ account.posted }}</td>
<td>{{ record.posted }}</td>
<td>
<form method="POST" action="/update/">
<input type="hidden" name="account_uuid" value="{{ account.uuid }}"></input>