Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekenhei committed Sep 10, 2024
1 parent 85b8aa8 commit 7e057c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7e057c8

Please sign in to comment.