fix unicode strings in openedx/ part 1
This commit is contained in:
committed by
Calen Pennington
parent
4b4957ad9f
commit
f294b1a374
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user