Store contact form submissions in Wagtail admin

This commit is contained in:
2026-05-09 11:05:20 +02:00
parent df28667a9c
commit 3b02100f75
5 changed files with 218 additions and 0 deletions

7
contact_form/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""Project-level overrides for the Ocyan contact_form plugin.
Ocyan loads contact form handlers via module labels like `contact_form.views`.
By shipping this package in the project repository we can extend behavior
without forking the upstream plugin.
"""