Fix icons
This commit is contained in:
parent
fe59869a1d
commit
093ca475d8
2 changed files with 6 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
{% block body %}
|
||||
<h2>{{ object.icon|remix }}{{ object }}</h2>
|
||||
<p>
|
||||
<a href="{% url "edit_account" object.pk %}">{% translate "Edit account" %}</a>
|
||||
<a href="{% url "edit_account" object.pk %}">{{ "edit"|remix }}{% translate "Edit account" %}</a>
|
||||
</p>
|
||||
<section>
|
||||
<h3>{% translate "Statements" %}</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue