diff --git a/callattendant/userinterface/static/info-circle.svg b/callattendant/userinterface/static/info-circle.svg new file mode 100644 index 0000000..396f778 --- /dev/null +++ b/callattendant/userinterface/static/info-circle.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/callattendant/userinterface/templates/callers_blocked.html b/callattendant/userinterface/templates/callers_blocked.html index d9f5cd7..cbf4537 100644 --- a/callattendant/userinterface/templates/callers_blocked.html +++ b/callattendant/userinterface/templates/callers_blocked.html @@ -3,13 +3,18 @@ {% block title %}Blocked{% endblock %} {% block content %} -
-

Blocked Numbers

+
+

Blocked Numbers + + + +


- {% if blacklist %} +
+ {% if blacklist %} {{ pagination.links }} @@ -24,7 +29,7 @@

Blocked Numbers

{% for row in blacklist %} @@ -46,6 +51,8 @@

Blocked Numbers

- {{ row.Phone_Number }} - + {{ row.Phone_Number }} -
{{ row.Name }}
{{ pagination.links }} {% endif %} +
+
@@ -116,6 +123,11 @@ {% block js %}