mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Avoid the word "stupid".
There's always a better word.
This commit is contained in:
parent
d26199cb70
commit
9562ffea97
5 changed files with 12 additions and 14 deletions
|
@ -407,9 +407,7 @@ variables or to negate a given variable::
|
|||
{% endif %}
|
||||
|
||||
{% if not athlete_list or coach_list %}
|
||||
There are no athletes or there are some coaches (OK, so
|
||||
writing English translations of boolean logic sounds
|
||||
stupid; it's not our fault).
|
||||
There are no athletes or there are some coaches.
|
||||
{% endif %}
|
||||
|
||||
{% if athlete_list and not coach_list %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue