This commit is contained in:
Bernhard Stampfer
2016-02-15 20:28:00 +01:00
parent a87ea6cf58
commit 6a5096512e
11 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -29,9 +29,8 @@
{% endif %}
</ul>
{% if user %}
Du bist eingeloggt als {{user.longname}}.
Du bist eingeloggt als {{user.longname}}
{% endif %}
{% block content %}{% endblock %}
</body>

View File

@@ -4,6 +4,12 @@
<h3>TODO: </h3>
<ul>
<li> graphical beer list</li>
<img src="{{ url_for('static', filename='total.png') }}">
{% if user %}
{% set fils = "total%03d.png" % user.id %}
<img src="{{ url_for('static', filename=fils) }}">
{% endif %}
</ul>
<h1> Bierliste </h1>
<table>

Binary file not shown.

Binary file not shown.

Binary file not shown.