mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 18:53:18 +00:00
Removed old form_submission_backend code
This commit is contained in:
parent
2f3ac2d2df
commit
f014b542ba
1 changed files with 0 additions and 4 deletions
|
|
@ -156,10 +156,6 @@ class AbstractForm(Page):
|
|||
|
||||
if form.is_valid():
|
||||
self.process_form_submission(form)
|
||||
# If we have a form_processing_backend call its process method
|
||||
if hasattr(self, 'form_processing_backend'):
|
||||
form_processor = self.form_processing_backend()
|
||||
form_processor.process(self, form)
|
||||
|
||||
# render the landing_page
|
||||
# TODO: It is much better to redirect to it
|
||||
|
|
|
|||
Loading…
Reference in a new issue