From d347485976d92b99bf9e801d3cd3f495c62faa4c Mon Sep 17 00:00:00 2001 From: A R R R Associates Date: Fri, 26 Jun 2026 22:28:47 +0530 Subject: [PATCH] Add stable selector for active financial year context --- app/ui/templates/base/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui/templates/base/layout.html b/app/ui/templates/base/layout.html index 8d6ffe7..55fbc20 100644 --- a/app/ui/templates/base/layout.html +++ b/app/ui/templates/base/layout.html @@ -463,8 +463,8 @@ {% if can_view_settings(current_user, ui_perms, ui_roles) %} {% set context_financial_years = get_context_financial_years(request, current_user, ui_perms, ui_roles) %}
- - {% for fy in context_financial_years %} {% endfor %}