fix: Set css_style fallback
This commit is contained in:
parent
0c0155e885
commit
17ed3fc270
@ -5,13 +5,13 @@
|
||||
<img
|
||||
class="avatar-frame standard-image"
|
||||
src="{{ person.image }}"
|
||||
style="{{ css_style }}"
|
||||
style="{{ css_style or '' }}"
|
||||
title="{{ person.name }}">
|
||||
</span>
|
||||
{% else %}
|
||||
<span
|
||||
class="avatar-frame standard-image"
|
||||
style="{{ css_style }}"
|
||||
style="{{ css_style or '' }}"
|
||||
title="{{ person.name }}">
|
||||
{{ person.name[:1] }}
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user