Remove unicode warning

We now support more unicodes so remove the warning
This commit is contained in:
James Polley 2017-12-23 12:56:33 +11:00
parent 3ac31dd55b
commit 2e07fbeac5

View file

@ -336,10 +336,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 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>"),
description=("<div class=\"text-info\"><em>You can come back and edit these details any time before January 15, "
"2018.</em></div>"),
)
return [voucher_section, profile_section]