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