fixing erros

This commit is contained in:
Priec
2026-08-15 15:29:15 +02:00
parent fe3848c453
commit fa9ee23538
5 changed files with 21 additions and 1 deletions

View File

@@ -81,6 +81,12 @@
<label>{{ nav.tr("builder-accounting-currency") }}
<input name="accounting_currency" value="{{ page.draft.accounting_currency }}" list="currency-codes"
maxlength="3" placeholder="EUR">
{#
The list stays complete: EUR-only books are the server's current
limitation, not the shape of the field. When it accepts more, this
hint goes and nothing else here has to change.
#}
<small>{{ nav.tr("builder-accounting-currency-hint") }}</small>
</label>
{% else %}
<input type="hidden" name="accounting_currency" value="{{ page.draft.accounting_currency }}">