From 8ccd762bfc3d7da2716749d709cf5cc216882a23 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 10 Oct 2021 18:20:57 +0200 Subject: Search payments by categories explicitely It was already possible to search by categories in the full text input, but it could have matched other fields as well. Explicitely add a select to search by categories. Also put the search form in a left aside. The mobile view is not done for the moment. --- templates/base.html | 116 +++++++++++++++++++++++++--------------------------- 1 file changed, 56 insertions(+), 60 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index a4ebf71..4787ae7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,74 +8,70 @@
- -
-
Budget
- {% if connected_user %} -
- {{ connected_user.name }} - -
- {% endif %} -
- +
Budget
{% if connected_user %} -
+
+ {{ connected_user.name }} + +
+ {% endif %} +
- - Paiements - +{% if connected_user %} + +{% endif %}
{% block main %}{% endblock main %} -- cgit v1.2.3