barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

Add an parameter in `SampleMailHandlerPlugin.run` #212

Closed freezed closed 5 years ago

freezed commented 5 years ago

Fix this error in README.rst showing an example for: "Creating a new form handler plugin"

Error occurred: (
    <my_fobi_mailer.fobi_form_handlers.SampleMailHandlerPlugin\
         object at 0x7fce7e34c908>,
    TypeError('run() takes 4 positional arguments but 5 were given',)
).
barseghyanartur commented 5 years ago

@freezed:

Thanks.