Remove unicode warning
We now support more unicodes so remove the warning
This commit is contained in:
parent
3ac31dd55b
commit
2e07fbeac5
1 changed files with 2 additions and 4 deletions
6
vendor/registrasion/registrasion/views.py
vendored
6
vendor/registrasion/registrasion/views.py
vendored
|
@ -336,10 +336,8 @@ def _guided_registration_profile_and_voucher(request):
|
||||||
profile_section = GuidedRegistrationSection(
|
profile_section = GuidedRegistrationSection(
|
||||||
title="Profile and Personal Information",
|
title="Profile and Personal Information",
|
||||||
form=profile_form,
|
form=profile_form,
|
||||||
description=("<div class=\"text-info\"><em>You can come back and edit these details any time before January 13, "
|
description=("<div class=\"text-info\"><em>You can come back and edit these details any time before January 15, "
|
||||||
"2018.</em></div>"
|
"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]
|
return [voucher_section, profile_section]
|
||||||
|
|
Loading…
Reference in a new issue