diff --git a/server/src/data/templates/index.html b/server/src/data/templates/index.html index d4da3fe..55aec3d 100644 --- a/server/src/data/templates/index.html +++ b/server/src/data/templates/index.html @@ -33,7 +33,7 @@
@@ -94,8 +94,17 @@ {{ item.time }} {% endif %} - -
+
+
+
+ + + + + + +
+ + @@ -123,5 +173,23 @@ tickCheckbox.addEventListener('change', function() { timeSelect.disabled = this.checked; }); + {% endblock %}