Fixed contact bug in partners
This commit is contained in:
parent
9daee3ac06
commit
5512f33b7a
|
@ -86,7 +86,7 @@
|
||||||
<p><b>{$content.name}: </b>{entry.name}</p>
|
<p><b>{$content.name}: </b>{entry.name}</p>
|
||||||
<p><b>{$content.location}: </b>{getAddress(entry)}</p>
|
<p><b>{$content.location}: </b>{getAddress(entry)}</p>
|
||||||
<p><b>{$content.website}: </b><a href={entry.website} target=;_blank; rel=noreferrer>{entry.website}</a></p>
|
<p><b>{$content.website}: </b><a href={entry.website} target=;_blank; rel=noreferrer>{entry.website}</a></p>
|
||||||
<p><b>{$content.contact}: </b><a href={entry.website} target=;_blank; rel=noreferrer>{entry.contact}</a></p>
|
<p><b>{$content.contact}: </b><a href={entry.contact} target=;_blank; rel=noreferrer>{entry.contact}</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p><b>{$content.description}: </b>{entry.description}</p>
|
<p><b>{$content.description}: </b>{entry.description}</p>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue