From d69449718157c8d404c1a9f65da865deada936bc Mon Sep 17 00:00:00 2001 From: Esteban Giraldo Date: Wed, 11 Sep 2024 14:55:12 -0500 Subject: [PATCH] fix: docstring --- openedx/core/djangoapps/user_authn/views/registration_form.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/user_authn/views/registration_form.py b/openedx/core/djangoapps/user_authn/views/registration_form.py index d25b2969f62..2b3a4236946 100644 --- a/openedx/core/djangoapps/user_authn/views/registration_form.py +++ b/openedx/core/djangoapps/user_authn/views/registration_form.py @@ -298,7 +298,8 @@ def cleaned_extended_profile(self): def get_registration_extension_form(*args, **kwargs): """ - Convenience function for getting the custom form set in site configurations REGISTRATION_EXTENSION_FORM. + Convenience function for getting the custom form set in site configurations or plataform settings + 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