fix unicode strings in openedx/ part 1

This commit is contained in:
Matthew Piatetsky
2019-02-05 09:44:26 -05:00
committed by Calen Pennington
parent 4b4957ad9f
commit f294b1a374
89 changed files with 323 additions and 315 deletions

View File

@@ -53,4 +53,4 @@ def show_reference_template(request, template):
return render_to_response(template, context)
except TemplateDoesNotExist:
return HttpResponseNotFound('Missing template {template}'.format(template=bleach.clean(template, strip=True)))
return HttpResponseNotFound(u'Missing template {template}'.format(template=bleach.clean(template, strip=True)))