alternative-backend-service/templates/emails
saani cd5ad1d753 feat: add contact form functionality with admin management
Add a complete contact form system with the following changes:
- Create ContactMessage model to store form submissions with tracking fields (is_read, is_responded)
- Implement ContactMessage admin interface with custom actions, filters, and bulk operations
- Add contact endpoint documentation to API root view
- Update email configuration to use admin@attunehearttherapy.com as sender address

This enables users to submit contact inquiries and allows administrators to track and manage these messages efficiently through the Django admin panel.
2025-11-28 15:52:06 +00:00
..
admin_contact_notification.html feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00
admin_notification.html fix(email): hardcode admin dashboard URL and open in new tab 2025-11-27 21:09:52 +00:00
appointment_rejected.html refactor(meetings): standardize null handling for Jitsi fields and enhance emails 2025-11-28 12:50:33 +00:00
appointment_scheduled.html refactor(meetings): standardize null handling for Jitsi fields and enhance emails 2025-11-28 12:50:33 +00:00
base.html refactor(emails): update support email to admin address 2025-11-27 18:30:23 +00:00
otp_verification.html refactor(emails): update support email to admin address 2025-11-27 18:30:23 +00:00
password_reset_otp.html refactor(emails): update support email to admin address 2025-11-27 18:30:23 +00:00
user_contact_confirmation.html feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00