forked from MarseyWorld/MarseyWorld
fds
parent
c065f07783
commit
56ff75006d
|
@ -43,15 +43,11 @@
|
||||||
<div class="text-small font-weight-bold mr-2"></div>
|
<div class="text-small font-weight-bold mr-2"></div>
|
||||||
|
|
||||||
{% if request.path == '/' and v.paid_dues %}
|
{% if request.path == '/' and v.paid_dues %}
|
||||||
<div class="toggle-cc-mode">
|
{% if ccmode=="true"%}<a class="btn btn-secondary text-primary" href="?sort={{sort}}&t={{t}}&ccmode=false"><i class="fas fa-angry mr-2"></i>COUNTRY CLUB MODE: ACTIVATED</a>{% endif %}
|
||||||
<button class="btn btn-secondary ccMode-toggle" type="button" id="toggleCCMode">
|
{% if ccmode=="false" or not ccmode %}<a class="btn btn-secondary text-primary" href="?sort={{sort}}&t={{t}}&ccmode=true"><i class="fas fa-angry mr-2"></i>CC Mode</a>{% endif %}
|
||||||
{% 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 %}
|
|
||||||
{% if ccmode=="false" or not ccmode %}<a class="cc-deactivated" href="?sort={{sort}}&t={{t}}&ccmode=true"><i class="fas fa-angry mr-2"></i>CC Mode</a>{% endif %}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="text-small font-weight-bold ml-3 mr-2"></div>
|
<div class="text-small font-weight-bold ml-3 mr-2"></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="dropdown dropdown-actions">
|
<div class="dropdown dropdown-actions">
|
||||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
{% if t=="hour" %}<i class="fas fa-clock mr-1"></i>
|
{% if t=="hour" %}<i class="fas fa-clock mr-1"></i>
|
||||||
|
|
Loading…
Reference in New Issue