Skip to content

Commit

Permalink
Move the bill type field in the More options section (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo144 authored Jan 3, 2025
1 parent 4f9cad8 commit 3a00771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihatemoney/templates/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -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") }}
<div data-toggle="tooltip" data-placement="top" title='{{ _("Simple operations are allowed, e.g. (18+36.2)/3") }}'>
Expand Down Expand Up @@ -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) }}
</details>
</fieldset>
Expand Down

0 comments on commit 3a00771

Please sign in to comment.