When "Add person" link is clicked, it redirects to new_person page:
All form fields must be completed in order to submit it.
Before adding a new person, the system must already have a valid address. This is so because of how it is implemented on the code. Please check pms\people\models.py.
When "See detail" link is clicked, it redirects to detail_person page:
When "New address" link is clicked, it redirects to new_address page: