diff --git a/vendor/registrasion/registrasion/views.py b/vendor/registrasion/registrasion/views.py index 5a0a91cf5c04851aea4d3be7202a768acfcb4ad7..ce6678081c91ecbf17e97e97746bde1085c4ba83 100644 --- a/vendor/registrasion/registrasion/views.py +++ b/vendor/registrasion/registrasion/views.py @@ -345,8 +345,8 @@ def _guided_registration_profile_and_voucher(request): profile_section = GuidedRegistrationSection( title="Profile and Personal Information", form=profile_form, - description=("
You can come back and edit these details any time before January 15, " - "2018.
"), + description=("
You can come back and edit these details any time before " + "January 6 2020.
"), ) return [voucher_section, profile_section]