diff --git a/server/src/data/templates/index.html b/server/src/data/templates/index.html index dfd57c5..fb7ad98 100644 --- a/server/src/data/templates/index.html +++ b/server/src/data/templates/index.html @@ -145,30 +145,20 @@
- {% for hour in range(0, 24) %} {% set h1 = '%02d:00'|format(hour) %} {% set h2 = '%02d:30'|format(hour) %} - - - - + + {% endfor %} - //
+ - - - @@ -188,8 +178,6 @@ timeSelect.disabled = tickCheckbox.checked; tickCheckbox.addEventListener('change', function() { timeSelect.disabled = this.checked; }); - -