mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 17:52:37 +02:00
Use "No one" instead of "Noone", that is really too old.
This commit is contained in:
parent
ccad5ac859
commit
526db044b2
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
||||||
<div id="payed_for" class="controls col-9">
|
<div id="payed_for" class="controls col-9">
|
||||||
<p>
|
<p>
|
||||||
<a class="badge badge-secondary" href="#" classid="selectall" onclick="selectCheckboxes(true)">{{ _("Everyone") }}</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>
|
<a class="badge badge-secondary" href="#" id="selectnone" onclick="selectCheckboxes(false)">{{_("No one")}}</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="d-flex flex-column flex-wrap overflow-auto" style="max-height: 20em;">
|
<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') %}
|
{% for key, value, checked in form.payed_for.iter_choices() | sort(attribute='1') %}
|
||||||
|
|
Loading…
Reference in a new issue