diff --git a/templates/mod/user.html b/templates/mod/user.html index 08598fe5..0fbddaeb 100644 --- a/templates/mod/user.html +++ b/templates/mod/user.html @@ -87,7 +87,7 @@ -{% if logs|count > 0 %} +{% if logs and logs|count > 0 %}
{% trans 'IP address' %} |
---|