diff --git a/templates/components/phone_input.html b/templates/components/phone_input.html index 62a1c18a..74200436 100644 --- a/templates/components/phone_input.html +++ b/templates/components/phone_input.html @@ -1,12 +1,12 @@ {% from "components/text_input.html" import TextInput %} -{% macro PhoneInput(phone_number, phone_ext, placeholder_phone="") %} +{% macro PhoneInput(phone_number, phone_ext, placeholder_phone="", phone_optional=True, extension_optional=True) %}