1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-24 11:18:46 +02:00

Fix categories in front (fields weren't well named)

This commit is contained in:
Yohann D'ANELLO
2020-03-11 20:59:15 +01:00
parent 1f004191a8
commit 7f432f5bc5
2 changed files with 8 additions and 8 deletions

View File

@ -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>