From 553422372fbd81b21e0732768a369b2b904e17ce Mon Sep 17 00:00:00 2001 From: Jojo144 Date: Wed, 25 Dec 2024 19:49:10 +0100 Subject: [PATCH] Move the bill type field in the More options section --- ihatemoney/templates/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 9b299d65..f033538c 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -165,7 +165,6 @@ {% include "display_errors.html" %} {{ form.hidden_tag() }} {{ input(form.date, inline=True) }} - {{ input(form.bill_type, inline=True) }} {{ input(form.what, inline=True) }} {{ input(form.payer, inline=True, class="form-control custom-select") }}
@@ -201,6 +200,7 @@ {% if g.project.default_currency != "XXX" %} {{ input(form.original_currency, inline=True, class="form-control custom-select") }} {% endif %} + {{ input(form.bill_type, inline=True) }} {{ input(form.external_link, inline=True) }}