mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
fix in about
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div class="row" itemscope itemtype="http://schema.org/Person">
|
||||
<span class="span2">
|
||||
<div class="avatar avatar-large">
|
||||
<img class="avatar" src="{{ d.image }}" style="" itemprop="image">
|
||||
<img class="avatar" src="{{ d.image_link }}" style="" itemprop="image">
|
||||
</div>
|
||||
</span>
|
||||
<span class="span10"><h4 itemprop="name">{{ d.full_name }}</h4>
|
||||
|
||||
Reference in New Issue
Block a user