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