From 9fccc3f4e63bcdb185b8368d3add6cbb0d38bec8 Mon Sep 17 00:00:00 2001 From: psannus Date: Thu, 25 Feb 2021 22:09:57 +0200 Subject: [PATCH] Improved mobile view and UX, also fixed bug that broke the application. --- pyleds/templates/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyleds/templates/index.html b/pyleds/templates/index.html index adf1566..aec4611 100644 --- a/pyleds/templates/index.html +++ b/pyleds/templates/index.html @@ -1,6 +1,7 @@ Litsimaja + @@ -79,7 +80,8 @@ - loop + +
@@ -89,7 +91,7 @@ {% for group in programs %} {% for program in group.programs %} - + {% endfor %} {% endfor %}