changed various html templates to include notification boxes, spelling

This commit is contained in:
bernis
2017-03-03 17:48:25 +01:00
parent a36df6973e
commit 4514db257f
13 changed files with 63 additions and 45 deletions

View File

@@ -3,11 +3,11 @@
{% block content %}
<h1> Konsumieren </h1>
{% if message %}
<div class="loggedin"> {{ message }} </div>
<div class="somethinggood"> {{ message }} </div>
{% endif %}
<div>
{% if user.isblack %}
Sorry, du bist geschwärzt!
<div class="somethingbad">Sorry, du bist geschwärzt!</div>
{% else %}
<h2>Möchtest du etwas konsumieren?</h2>
{% for product in products %}