mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
align translation with existing tokens
This commit is contained in:
parent
aa935da960
commit
0925a053bc
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@
|
|||
<label class="col-3" for="payed_for">{{ _("For whom?") }}</label>
|
||||
<div id="payed_for" class="controls col-9">
|
||||
<p>
|
||||
<a class="badge badge-secondary" href="#" classid="selectall" onclick="selectCheckboxes(true)">{{ _("Everybody") }}</a>
|
||||
<a class="badge badge-secondary" href="#" id="selectnone" onclick="selectCheckboxes(false)">{{_("Nobody")}}</a>
|
||||
<a class="badge badge-secondary" href="#" classid="selectall" onclick="selectCheckboxes(true)">{{ _("Everyone") }}</a>
|
||||
<a class="badge badge-secondary" href="#" id="selectnone" onclick="selectCheckboxes(false)">{{_("Noone")}}</a>
|
||||
</p>
|
||||
<div class="d-flex flex-column flex-wrap overflow-auto" style="max-height: 20em;">
|
||||
{% for key, value, checked in form.payed_for.iter_choices() | sort(attribute='1') %}
|
||||
|
|
Loading…
Reference in a new issue