mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Improve message shown to the users.
This commit is contained in:
parent
023325fdde
commit
8cd1d23e1e
@ -114,7 +114,7 @@ TODO: explain all this cert stuff to the user.</p>
|
|||||||
with sqlite_db(cfg.store_file, table="firstboot", autocommit=True) as db:
|
with sqlite_db(cfg.store_file, table="firstboot", autocommit=True) as db:
|
||||||
db['state']=5
|
db['state']=5
|
||||||
main = main + """
|
main = main + """
|
||||||
<p>Welcome screen not done. Press <a href="/router">continue</a> to
|
<p>Welcome screen not completely implemented yet. Press <a href="/router">continue</a> to
|
||||||
see the rest of the web interface.</p>"
|
see the rest of the web interface.</p>"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user