- added product photos, some stuff on personal page
This commit is contained in:
@@ -5,13 +5,6 @@
|
||||
<ul>
|
||||
<li>generate new plots if .png missing</li>
|
||||
</ul>
|
||||
|
||||
<h1> Bierkonsum </h1>
|
||||
<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 %}
|
||||
<h1> Bierliste </h1>
|
||||
<img src="{{ url_for('static', filename='bierliste_small.png') }}">
|
||||
<!-- <table>
|
||||
|
||||
Reference in New Issue
Block a user