diff --git a/openedx/core/djangoapps/user_authn/views/registration_form.py b/openedx/core/djangoapps/user_authn/views/registration_form.py index 8d3a784cc4a..cd2772effbb 100644 --- a/openedx/core/djangoapps/user_authn/views/registration_form.py +++ b/openedx/core/djangoapps/user_authn/views/registration_form.py @@ -300,7 +300,8 @@ def get_registration_extension_form(*args, **kwargs): """ Convenience function for getting the custom form set in site configurations REGISTRATION_EXTENSION_FORM. - Documentation on how to enable this feature can be found on https://github.com/Pearson-Advance/pearson-core/blob/master/docs/pearson_core_features.md#amazon-custom-registration-form + Documentation on how to enable this feature can be found on + https://github.com/Pearson-Advance/pearson-core/blob/master/docs/pearson_core_features.md#amazon-custom-registration-form """ registration_extra_form = configuration_helpers.get_value('REGISTRATION_EXTENSION_FORM') if not registration_extra_form: