Fix categories in front (fields weren't well named)
This commit is contained in:
parent
1f004191a8
commit
7f432f5bc5
2 changed files with 8 additions and 8 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<td><a href="{{object.get_absolute_url}}">{{ object.name }}</a></td>
|
||||
<td>{{ object.destination }}</td>
|
||||
<td>{{ object.amount | pretty_money }}</td>
|
||||
<td>{{ object.template_type }}</td>
|
||||
<td>{{ object.category }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue