diff --git a/python/nav/web/templates/alertprofiles/subscription_form.html b/python/nav/web/templates/alertprofiles/subscription_form.html index dd6ba3d899..d1608d27ae 100644 --- a/python/nav/web/templates/alertprofiles/subscription_form.html +++ b/python/nav/web/templates/alertprofiles/subscription_form.html @@ -44,8 +44,9 @@

{{ s.filter_group.name }} {% if not s.alert_address.type.supported %}
{% endif %} + {% if s.alert_address.type.blacklisted_reason %}
{% endif %} {{ s.alert_address }} - {% if not s.alert_address.type.supported %}
{% endif %} + {% if not s.alert_address.type.supported or s.alert_address.type.blacklisted_reason %}
{% endif %} {{ s.get_type_display|capfirst }} {{ s.ignore_resolved_alerts|yesno:"Yes,No" }}