forms: made profile form configurable #392
Annotations
8 errors
Run tests:
tests/test_forms.py#L22
test_register_form_factory_no_csrf
TypeError: register_form_factory() missing 1 required positional argument: 'UserProfileForm'
|
Run tests:
tests/test_forms.py#L30
test_register_form_factory_csrf
TypeError: register_form_factory() missing 1 required positional argument: 'UserProfileForm'
|
Run tests:
tests/test_forms.py#L38
test_force_disable_csrf_register_form
TypeError: register_form_factory() missing 1 required positional argument: 'UserProfileForm'
|
Run tests:
tests/test_forms.py#L50
test_confirm_register_form_factory_no_csrf
TypeError: confirm_register_form_factory() missing 1 required positional argument: 'UserProfileForm'
|
Run tests:
tests/test_forms.py#L63
test_confirm_register_form_preferences_factory_no_csrf
TypeError: confirm_register_form_factory() missing 1 required positional argument: 'UserProfileForm'
|
Run tests:
tests/test_forms.py#L73
test_confirm_register_form_factory_csrf
TypeError: confirm_register_form_factory() missing 1 required positional argument: 'UserProfileForm'
|
Run tests:
tests/test_forms.py#L83
test_force_disable_csrf_confirm_form
TypeError: confirm_register_form_factory() missing 1 required positional argument: 'UserProfileForm'
|
Run tests
Process completed with exit code 1.
|
Loading