Store contact form submissions in Wagtail admin
This commit is contained in:
7
contact_form/__init__.py
Normal file
7
contact_form/__init__.py
Normal 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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user