fix: current season selector tm2020

This commit is contained in:
2025-07-13 11:44:33 +02:00
parent 7a3ce3ef32
commit d89ccf42ff
2 changed files with 32 additions and 0 deletions

View File

@@ -5,6 +5,10 @@
{% include "upload-button.html" %}
<div class="user-settings">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="show_tm_2020_current">
<label class="form-check-label" for="show_tm_2020_current">Only current TM2020</label>
</div>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="show_tm_2020">
<label class="form-check-label" for="show_tm_2020">Show All TM2020</label>