From 3a007714bf66fc0bc532963f7a395e9aad899977 Mon Sep 17 00:00:00 2001 From: Jojo144 Date: Fri, 3 Jan 2025 15:19:33 +0100 Subject: [PATCH] Move the bill type field in the More options section (#1361) --- 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) }}