diff --git a/app/__init__.pyc b/app/__init__.pyc index fd48e13..ad59d38 100644 Binary files a/app/__init__.pyc and b/app/__init__.pyc differ diff --git a/app/check_rights.pyc b/app/check_rights.pyc index 0be638b..abac51b 100644 Binary files a/app/check_rights.pyc and b/app/check_rights.pyc differ diff --git a/app/consumption.pyc b/app/consumption.pyc index 11a3bdd..ec3c676 100644 Binary files a/app/consumption.pyc and b/app/consumption.pyc differ diff --git a/app/database.pyc b/app/database.pyc index cc0caff..0185dd7 100644 Binary files a/app/database.pyc and b/app/database.pyc differ diff --git a/app/gui.pyc b/app/gui.pyc index 7ff6a8e..50cf307 100644 Binary files a/app/gui.pyc and b/app/gui.pyc differ diff --git a/app/product.pyc b/app/product.pyc index 11c6e6c..fd78f30 100644 Binary files a/app/product.pyc and b/app/product.pyc differ diff --git a/app/templates/base.html b/app/templates/base.html index 2260046..ab4a708 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -29,9 +29,8 @@ {% endif %} {% if user %} - Du bist eingeloggt als {{user.longname}}. + Du bist eingeloggt als {{user.longname}} {% endif %} - {% block content %}{% endblock %} diff --git a/app/templates/index.html b/app/templates/index.html index e115bff..8246e16 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -4,6 +4,12 @@

TODO:

Bierliste

diff --git a/app/user.pyc b/app/user.pyc index eefeaab..cce4fd7 100644 Binary files a/app/user.pyc and b/app/user.pyc differ diff --git a/app/views.pyc b/app/views.pyc index fd299c3..2fd544c 100644 Binary files a/app/views.pyc and b/app/views.pyc differ diff --git a/test/database.db b/test/database.db index c431830..babb98d 100644 Binary files a/test/database.db and b/test/database.db differ