Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wip: moving home page to home app and implementing reCAPTCHA | Matthew Lemon | 2024-12-09 | 1 | -0/+5 |
| | |||||
* | wip: sorting out the email sending | Matthew Lemon | 2024-12-08 | 1 | -3/+3 |
| | |||||
* | Add unique constraint to EmailVerification email field | Matthew Lemon | 2024-12-05 | 1 | -0/+14 |
This update enhances the EmailVerification model by ensuring the email field is unique, preventing duplicate records. A new form, EmailVerificationForm, was also introduced to handle email cleaning and validation, which enhances user input handling. Additionally, existing views and templates have been updated to integrate this form, improving the user experience and error feedback. |