Remove ledger access from viewer role

This commit is contained in:
SowinskiBraeden committed 2026-06-27 10:42:11 -07:00
1 parent 00d59ac8ae
commit d1b9feab82
6 files changed
+20 -13

No files matched your search

+2
View File
@@ -307,6 +307,7 @@
<span class="db-nav-tile__arrow"></span>
</a>
{% if can_manage %}
<a class="db-nav-tile db-nav-tile--ledger" href="{{ url_for('leagues.ledger', league_ref=league.url_ref) }}">
<div class="db-nav-tile__icon">
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" aria-hidden="true">
@@ -322,6 +323,7 @@
</div>
<span class="db-nav-tile__arrow"></span>
</a>
{% endif %}
</div>