From 01b4ee9fd5876d8162687eb41c5601912da6382e Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 25 Aug 2023 22:47:19 +1000 Subject: [PATCH] main: Updated home page to have site links --- master/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/master/main.py b/master/main.py index 426ea7e..11c2ea5 100644 --- a/master/main.py +++ b/master/main.py @@ -473,17 +473,17 @@ def home(): html += "

Workers:

" html += "" html += "

Sites

" html += "

Number of sites: " + str(len(sites)) + "

" html += "

Sites:

" html += "" html += "

Licences

" - html += "

Number of licences: " + str(len(licences)) + "

" + html += "

Number of unclaimed licences: " + str(len(licences)) + "

" html += "

Admin

" return html