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