diff --git a/callattendant/userinterface/templates/dashboard.html b/callattendant/userinterface/templates/dashboard.html index ccd203a..d576111 100644 --- a/callattendant/userinterface/templates/dashboard.html +++ b/callattendant/userinterface/templates/dashboard.html @@ -127,7 +127,7 @@

Top Permitted Callers

{% for item in top_permitted %} - {{ item.phone_no }} - + {{ item.phone_no }} -
{{ item.name }} @@ -155,7 +155,7 @@

Top Blocked Callers

{% for item in top_blocked %} - {{ item.phone_no }} - + {{ item.phone_no }} -
{{ item.name }}