show second button in winter
All checks were successful
CI/CD Pipeline / test (push) Successful in 12m34s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2024-10-19 22:16:28 +02:00
parent f71c83dc3f
commit f801606899
2 changed files with 15 additions and 1 deletions

View File

@ -12,6 +12,15 @@
<span class="text-xl px-3">Geplante Ausfahrten</span>
</a>
</div>
{% if show_quick_ergo_button %}
<div class="m-auto">
<a href="/ergo"
class="btn btn-primary flex items-center justify-center">
{% include "includes/rowing-icon" %}
<span class="text-xl px-3">Ergo-Challenge</span>
</a>
</div>
{% endif %}
{% if notifications %}
<div id="notification"
class="bg-white dark:bg-primary-900 text-black dark:text-white rounded-md block shadow mt-5"