diff --git a/plinth.py b/plinth.py index b8afa7582..b912dc09e 100755 --- a/plinth.py +++ b/plinth.py @@ -68,7 +68,7 @@ def load_modules(): cfg.log("skipping %s" % name) def parse_arguments(): - parser = argparse.ArgumentParser(description='Plinht web interface for the FreedomBox.') + parser = argparse.ArgumentParser(description='Plinth web interface for the FreedomBox.') parser.add_argument('--pidfile', default="", help='specify a file in which the server may write its pid') args=parser.parse_args() diff --git a/templates/base.tmpl b/templates/base.tmpl index aac469157..29602fd90 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -5,108 +5,179 @@ $default #end if #end def - - -
-Logged in as $username. Logout.
- #else -Not logged in. Log in.
- #end if + +