diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-04 18:46:53 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:57 +0100 |
commit | 43e629c861fe5f73d4a0db94c9c49ac9592228c8 (patch) | |
tree | 11fe9759e1c6aa7897d36b0fd8c5afb72739e695 /archaeological_files | |
parent | 42bcbf93171c8e42bb45f8c233898558b4010de9 (diff) | |
download | Ishtar-43e629c861fe5f73d4a0db94c9c49ac9592228c8.tar.bz2 Ishtar-43e629c861fe5f73d4a0db94c9c49ac9592228c8.zip |
🐛 fix operation sheet when specific permissions are set (refs #6104)
Diffstat (limited to 'archaeological_files')
-rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 28f4892d1..c29a9ebc1 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -258,7 +258,7 @@ {% endif %} </div>{% if has_costs %} - <div class="tab-pane fade show active" id="{{window_id}}-costs" + <div class="tab-pane fade show" id="{{window_id}}-costs" role="tabpanel" aria-labelledby="{{window_id}}-costs-tab"> <div class="row"> {% field_flex "Intervention period" item.intervention_period %} |