From 337b2f5ef32ecace699d2225f31caf3257806b44 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 21 Aug 2022 14:32:34 +0200 Subject: Fix payments page on narrow devices After the introduction of filters, the payments table page was not very usable on mobile phones. --- templates/payment/table.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/payment/table.html') diff --git a/templates/payment/table.html b/templates/payment/table.html index 72ac59c..fc69b2d 100644 --- a/templates/payment/table.html +++ b/templates/payment/table.html @@ -41,6 +41,12 @@ {% if query.frequency != "Monthly" %} ponctuel {% else %} mensuel {% endif %} +
+ +
+ {% if payments %}
-- cgit v1.2.3