Yes no
This commit is contained in:
parent
55417313c0
commit
6a82a2187e
3 changed files with 5 additions and 5 deletions
|
|
@ -41,7 +41,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
<dd class="col-xl-6">{{ object.profile.phone_number }}</dd>
|
||||
|
||||
<dt class="col-xl-6">{% trans 'paid'|capfirst %}</dt>
|
||||
<dd class="col-xl-6">{{ object.profile.paid|yesno }}</dd>
|
||||
<dd class="col-xl-6">{{ object.profile.paid|yesno:_("yes,no,maybe") }}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="card-footer text-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue