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 }}
|
{{ block.super }}
|
||||||
{% if account or category %}
|
{% if account or category %}
|
||||||
<p class="back">
|
<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>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue