This commit is contained in:
vabene1111
2018-02-01 00:28:15 +01:00
parent 9bdc303f0e
commit a183b53ae7
5 changed files with 62 additions and 90 deletions

View File

@@ -5,9 +5,16 @@
{% block content %}
<h1>Übersicht</h1>
<h3>
Rezepte
</h3>
{% render_table recipes %}
{% if recipes %}
{% render_table recipes %}
{% else %}
<div class="alert alert-danger" role="alert">
Log dich ein um die Rezepte zu sehen!
</div>
{% endif %}
{% endblock %}