From a6e84fbc1381ae01e8119c653c11f472e4ae98d1 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Thu, 4 Jan 2024 18:45:42 +0100 Subject: [PATCH] Fix back link styling on year page --- .../templates/transaction/transaction_archive_year.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nummi/transaction/templates/transaction/transaction_archive_year.html b/nummi/transaction/templates/transaction/transaction_archive_year.html index 4b979d8..f8afb5e 100644 --- a/nummi/transaction/templates/transaction/transaction_archive_year.html +++ b/nummi/transaction/templates/transaction/transaction_archive_year.html @@ -10,7 +10,7 @@ {{ block.super }} {% if account or category %}

- {% translate "Back" %}{{ "arrow-go-back"|remix }} + {% translate "Back" %}{{ "arrow-go-back"|remix }}

{% endif %} {% endblock %}