pytition / Pytition

Django app for self-hosted privacy-friendly online petitions
https://pytition.org
BSD 3-Clause "New" or "Revised" License
97 stars 28 forks source link

Fix #255 - Add phone number validation to sign form #292

Closed Benbb96 closed 2 years ago

Benbb96 commented 2 years ago

Fix #255

I added the django-phonenumber-field library in order to validate Signature's phone field.

Benbb96 commented 2 years ago

Thanks for the review. I've applied requested changes !