diff --git a/src/c3nav/site/templates/site/fragment_location.html b/src/c3nav/site/templates/site/fragment_location.html
index 38d6aeb4..d3be155a 100644
--- a/src/c3nav/site/templates/site/fragment_location.html
+++ b/src/c3nav/site/templates/site/fragment_location.html
@@ -1,5 +1,5 @@
- {% if location.get_icon %}{{ location.get_icon }}{% else %}place{% endif %}
+ {% if location.effective_icon %}{{ location.effective_icon }}{% else %}place{% endif %}
{{ location.title }}
{% if replace_subtitle %}{{ replace_subtitle }}{% else %}{% if add_subtitle %}{{ add_subtitle }}, {% endif %}{{ location.subtitle }}{% endif %}