khowellmobile / practice-cs-tool

A tool for practice cs written in django
MIT License
0 stars 0 forks source link

Add validation for new user fields #191

Closed khowellmobile closed 4 weeks ago

khowellmobile commented 4 weeks ago

Description

The new user fields phone number and company need to be validated in javascript (front-end) and python views (backend). For now the only way to add/change these fields is in the account information screen so this is the only place it should be checked

Tasks

khowellmobile commented 4 weeks ago

Closed with pull request #192