From cd60935d777aee984224844badc7f260caa3bb46 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 25 May 2023 20:35:56 +0200 Subject: move "sort" button on home page up This looks better than having the header line and the sort button below each other. --- fietsboek/templates/home.jinja2 | 16 ++++++++++------ tests/integration/test_smoke.py | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/fietsboek/templates/home.jinja2 b/fietsboek/templates/home.jinja2 index e89c9bd..53eefc7 100644 --- a/fietsboek/templates/home.jinja2 +++ b/fietsboek/templates/home.jinja2 @@ -2,7 +2,16 @@ {% block content %}
-

{{ _("page.home.title") }}

+
+

{{ _("page.home.title") }}

+ {% if summary %} +
+ +
+ {% endif %} +
{% if unfinished_uploads %}
{{ _("page.home.unfinished_uploads") }} @@ -14,11 +23,6 @@
{% endif %} {% if summary %} -
- -