diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 8c9a7e0..dee30fc 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -168,7 +168,7 @@ {{ domain.type }} - {{ domain.serial }} + {% if domain.serial == 0 %}{{ domain.notified_serial }}{% else %}{{domain.serial}}{% endif %} {% if domain.master == '[]'%}N/A {% else %}{{ domain.master|display_master_name }}{% endif %}