Avoid the word "stupid".

There's always a better word.
This commit is contained in:
Aymeric Augustin 2014-09-08 21:16:59 +02:00 committed by Aymeric Augustin
parent d26199cb70
commit 9562ffea97
5 changed files with 12 additions and 14 deletions

View file

@ -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 %}