forked from MarseyWorld/MarseyWorld
master
parent
fb18ca3a55
commit
558b4eba4f
|
@ -42,7 +42,7 @@
|
|||
<div class="d-flex align-items-center sortingbarmargin">
|
||||
<div class="text-small font-weight-bold mr-2"></div>
|
||||
|
||||
{% if v.admin_level > 1 or v.club_allowed != False %}
|
||||
{% if request.path == '/' and v.admin_level > 1 or v.club_allowed != False %}
|
||||
<div class="toggle-cc-mode">
|
||||
<button class="btn btn-secondary ccMode-toggle" type="button" id="toggleCCMode">
|
||||
{% if ccmode=="true"%}<a class="cc-activated" href="?sort={{sort}}&t={{t}}&ccmode=false"><i class="fas fa-angry mr-2"></i>COUNTRY CLUB MODE: ACTIVATED</a>{% endif %}
|
||||
|
|
Loading…
Reference in New Issue