diff --git a/setup.sh b/setup.sh index e068565..83ca989 100644 --- a/setup.sh +++ b/setup.sh @@ -2029,7 +2029,7 @@ cat < templates/edit_game.html

{{ _('Spiel bearbeiten') }}

- + {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
@@ -2090,7 +2090,6 @@ cat < templates/edit_game.html {% endfor %}
-
@@ -2123,7 +2122,8 @@ cat < templates/edit_game.html
- + +
@@ -2162,7 +2162,7 @@ cat < templates/edit_game.html
- + {% if game.status == 'geschenkt' %}
@@ -2212,9 +2212,11 @@ cat < templates/edit_game.html }); }); + {% endblock %} + HTML_END cat < templates/add_game.html