Renamed the view accounts.show to accounts.detail in the accounting application.

This commit is contained in:
2020-08-08 17:05:24 +08:00
parent 9961a34e84
commit 340ba6f855
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ First written: 2020/8/7
{% endif %}
</td>
<td class="actions">
<a href="{% url "accounting:accounts.show" account %}" class="btn btn-info" role="button">
<a href="{% url "accounting:accounts.detail" account %}" class="btn btn-info" role="button">
<i class="fas fa-eye"></i>
<span class="d-none d-sm-inline">{{ _("View")|force_escape }}</span>
</a>