main: Added return to dash
This commit is contained in:
parent
4db44bb99e
commit
52fca38af9
@ -440,6 +440,8 @@ def home():
|
||||
html += "</ul>"
|
||||
html += "<h2>Licences</h2>"
|
||||
html += "<p>Number of licences: " + str(len(licences)) + "</p>"
|
||||
|
||||
return html
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user