Remove ledger access from viewer role
This commit is contained in:
1 parent
00d59ac8ae
commit
d1b9feab82
6 files changed
+20
-13
No files matched your search
@@ -51,7 +51,7 @@
|
||||
<span>Leaderboard</span>
|
||||
</a>
|
||||
|
||||
{% if is_logged_in %}
|
||||
{% if can_manage is defined and can_manage %}
|
||||
<a class="sidebar__link {{ 'is-active' if request.endpoint == 'leagues.ledger' }}"
|
||||
href="{{ url_for('leagues.ledger', league_ref=league.url_ref) }}">
|
||||
<svg viewBox="0 0 16 16" fill="none" aria-hidden="true">
|
||||
|
||||
Reference in new issue
Block a user