Add edit icon to category edit
This commit is contained in:
parent
093ca475d8
commit
a8ff27e245
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue