fnp
/
edumed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7adb123
)
fix contact admin?
author
Jan Szejko
<janek37@gmail.com>
Wed, 27 Sep 2017 09:40:14 +0000
(11:40 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Wed, 27 Sep 2017 09:40:14 +0000
(11:40 +0200)
contact/models.py
patch
|
blob
|
history
diff --git
a/contact/models.py
b/contact/models.py
index
5f031c2
..
e7a2c4a
100644
(file)
--- 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