From abbb9d131403a91a99d30f51716a339ef4a9d74e Mon Sep 17 00:00:00 2001 From: Bruce Schubert Date: Wed, 4 Nov 2020 09:27:27 -0800 Subject: [PATCH] Removed phone number input validation mask to accomodate various number formats. - Now using a common method to strip phone numbers of non-alphanumeric chars. - Removed input pattern mask from the Add Permitted Number and Add Blocked Number dialogs. - Displaying phone number format string in dialogs for guidance only. - closes #111 --- .../templates/callers_blocked.html | 5 +-- .../templates/callers_permitted.html | 5 +-- callattendant/userinterface/webapp.py | 42 ++++++++++++------- 3 files changed, 32 insertions(+), 20 deletions(-) diff --git a/callattendant/userinterface/templates/callers_blocked.html b/callattendant/userinterface/templates/callers_blocked.html index cbf4537..cafabb2 100644 --- a/callattendant/userinterface/templates/callers_blocked.html +++ b/callattendant/userinterface/templates/callers_blocked.html @@ -68,9 +68,8 @@