Add notes to profile form about being able to edit form

Also about the known issue with some emoji
This commit is contained in:
James Polley 2017-10-08 15:04:56 +11:00
parent 3ee9c6ef4d
commit f0933d897d

View file

@ -336,6 +336,10 @@ 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 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]