Add edit icon to category edit

This commit is contained in:
Edgar P. Burkhart 2024-12-31 17:21:32 +01:00
parent 093ca475d8
commit a8ff27e245
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -9,7 +9,7 @@
{% block body %}
<h2>{{ object.icon|remix }}{{ object }}</h2>
<p>
<a href="{% url "edit_category" object.pk %}">{% translate "Edit category" %}</a>
<a href="{% url "edit_category" object.pk %}">{{ "edit"|remix }}{% translate "Edit category" %}</a>
</p>
<section>
<h3>{% translate "Transactions" %}</h3>