Based on #157 and #158, revert back to existence checks and length rather than default empty array initialization for ease of reading

This commit is contained in:
Benjamin Southall 2019-08-10 12:01:07 +10:00
parent 878b9aa420
commit a5650df053
8 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{% if messages|default([])|length == 0 %}
{% if not messages %}
<p style="text-align:center" class="unimportant">({% trans 'No private messages for you.' %})</p>
{% else %}
<table class="modlog">