ignore
This commit is contained in:
BIN
app/__init__.pyc
BIN
app/__init__.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/database.pyc
BIN
app/database.pyc
Binary file not shown.
BIN
app/gui.pyc
BIN
app/gui.pyc
Binary file not shown.
BIN
app/product.pyc
BIN
app/product.pyc
Binary file not shown.
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
BIN
app/user.pyc
BIN
app/user.pyc
Binary file not shown.
BIN
app/views.pyc
BIN
app/views.pyc
Binary file not shown.
BIN
test/database.db
BIN
test/database.db
Binary file not shown.
Reference in New Issue
Block a user