use effective_icon in fragment_location.html
This commit is contained in:
parent
26ea7c7152
commit
7a39d5fae0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="location{% if form_value %} location-form-value{% endif %}">
|
<div class="location{% if form_value %} location-form-value{% endif %}">
|
||||||
<i class="icon material-symbols">{% if location.get_icon %}{{ location.get_icon }}{% else %}place{% endif %}</i>
|
<i class="icon material-symbols">{% if location.effective_icon %}{{ location.effective_icon }}{% else %}place{% endif %}</i>
|
||||||
<span>{{ location.title }}</span>
|
<span>{{ location.title }}</span>
|
||||||
<small>{% if replace_subtitle %}{{ replace_subtitle }}{% else %}{% if add_subtitle %}{{ add_subtitle }}, {% endif %}{{ location.subtitle }}{% endif %}</small>
|
<small>{% if replace_subtitle %}{{ replace_subtitle }}{% else %}{% if add_subtitle %}{{ add_subtitle }}, {% endif %}{{ location.subtitle }}{% endif %}</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue