Changeset - f0933d897d9e
[Not reviewed]
0 1 0
James Polley - 7 years ago 2017-10-08 04:10:34
jp@jamezpolley.com
Add notes to profile form about being able to edit form

Also about the known issue with some emoji
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
vendor/registrasion/registrasion/views.py
Show inline comments
...
 
@@ -333,12 +333,16 @@ def _guided_registration_profile_and_voucher(request):
 
        form=voucher_form,
 
    )
 

	
 
    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 13, "
 
                     "2018.</em></div>"
 
                     "<div class=\"text-warning\"><strong class=\"label-warning\">Known issue:</strong> This form breaks with certain emoji ☹. "
 
                     "You'll be able to come back and add emoji to free text fields once we fix this.</div>"),
 
    )
 

	
 
    return [voucher_section, profile_section]
 

	
 

	
 
@login_required
0 comments (0 inline, 0 general)