From a71654cc5cedf9e5ed5d546cf1961c9e86c397e7 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Thu, 23 Jan 2020 16:14:18 +0100 Subject: [PATCH] Fix typo on variable name. Regression by 6980522d811e2ff9ff5e0be7e12c54a0863a5ba8 --- musician/templates/musician/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/musician/templates/musician/dashboard.html b/musician/templates/musician/dashboard.html index 7988f31..69c9239 100644 --- a/musician/templates/musician/dashboard.html +++ b/musician/templates/musician/dashboard.html @@ -66,9 +66,9 @@

{{ domain.mails|length }} {% trans "mail addresses created" %} - {% if domain.address_left.alert_level %} + {% if domain.addresses_left.alert_level %}
- {{ domain.address_left.count }} mail address left + {{ domain.addresses_left.count }} mail address left {% endif %}