File diff dfcd2acc7466 → 539fa2dfdd2b
vendor/registrasion/registrasion/views.py
Show inline comments
...
 
@@ -345,8 +345,8 @@ def _guided_registration_profile_and_voucher(request):
 
    profile_section = GuidedRegistrationSection(
 
        title="Profile and Personal Information",
 
        form=profile_form,
 
        description=("<div class=\"text-info\"><em>You can come back and edit these details any time before January 15, "
 
                     "2018.</em></div>"),
 
        description=("<div class=\"text-info\"><em>You can come back and edit these details any time before "
 
                     "January 6 2020.</em></div>"),
 
    )
 

	
 
    return [voucher_section, profile_section]