contact_template.tpl : fix missing ID
This commit is contained in:
parent
be1f18146e
commit
a0c7d5a098
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<div class="contact-wrapper media" id="contact-entry-wrapper-{{$id}}" >
|
<div class="contact-wrapper media" id="contact-entry-wrapper-{{$contact.id}}" >
|
||||||
|
|
||||||
{{* This is a wrapper for the contact picture and the dropdown menu with contact relating actions *}}
|
{{* This is a wrapper for the contact picture and the dropdown menu with contact relating actions *}}
|
||||||
<div class="contact-photo-wrapper dropdown pull-left" >
|
<div class="contact-photo-wrapper dropdown pull-left" >
|
||||||
|
|
Loading…
Reference in a new issue