mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-03 08:58:47 +01:00
Fix categories in front (fields weren't well named)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user