X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/84e0a92d17b4a782dee2c4b257ee0e5f66be9af6..f628e9fb60284be37eba3c3b114a154a8cb20154:/contact/models.py diff --git a/contact/models.py b/contact/models.py index 5f031c2..e7a2c4a 100644 --- a/contact/models.py +++ b/contact/models.py @@ -19,6 +19,7 @@ class Contact(models.Model): import yaml value = yaml.safe_dump(value, allow_unicode=True, default_flow_style=False) if for_html: + from django.utils.encoding import smart_unicode value = smart_unicode(value).replace(u" ", unichr(160)) return value