|
|
|
|
@ -119,6 +119,7 @@ def page_login() -> None:
|
|
|
|
|
return RedirectResponse('/') |
|
|
|
|
ui.add_head_html(''' |
|
|
|
|
<link rel="manifest" href="/manifest.json"> |
|
|
|
|
<meta name="description" content="managing application for "let's swing" association of Matera, Italy"> |
|
|
|
|
<style> |
|
|
|
|
.hbtn { |
|
|
|
|
opacity: 0; |
|
|
|
|
@ -201,4 +202,4 @@ def manifest_json() -> None:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Run main loop |
|
|
|
|
ui.run(host="0.0.0.0", port=9999, storage_secret='5w1ng4ndn0th1ngm0r3',workers=1) |
|
|
|
|
ui.run(host="0.0.0.0", port=9999, storage_secret='5w1ng4ndn0th1ngm0r3',language="it") |
|
|
|
|
|