Fix back link styling on year page

This commit is contained in:
Edgar P. Burkhart 2024-01-04 18:45:42 +01:00
parent 7369b36ab1
commit a6e84fbc13
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{{ block.super }}
{% if account or category %}
<p class="back">
<a class="big-link" href="{% url "transaction_year" year.year %}">{% translate "Back" %}{{ "arrow-go-back"|remix }}</a>
<a href="{% url "transaction_year" year.year %}">{% translate "Back" %}{{ "arrow-go-back"|remix }}</a>
</p>
{% endif %}
{% endblock %}