Fix back link styling on year page
This commit is contained in:
parent
7369b36ab1
commit
a6e84fbc13
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue