summaryrefslogtreecommitdiff
path: root/chimere/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/models.py')
-rw-r--r--chimere/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/models.py b/chimere/models.py
index 2469493..fdd1e4b 100644
--- a/chimere/models.py
+++ b/chimere/models.py
@@ -680,7 +680,7 @@ class Marker(GeographicItem):
'pk':self.id,
'name':self.name,
'icon_path':unicode(cat.icon.image),
- 'icon_hover_path':cat.hover_icon.image \
+ 'icon_hover_path':unicode(cat.hover_icon.image) \
if cat.hover_icon else '',
'category_name':cat.name})
try: