|
@@ -44,7 +44,7 @@ export default (el) => {
|
|
<legend class="centered">${title}</legend>
|
|
<legend class="centered">${title}</legend>
|
|
${title !== instructions ? html`<p class="form-help">${instructions}</p>` : ''}
|
|
${title !== instructions ? html`<p class="form-help">${instructions}</p>` : ''}
|
|
|
|
|
|
- ${fieldTemplates.length ? html`<div class="row">
|
|
|
|
|
|
+ ${fieldTemplates.length && el.model.features.get('vcard-temp') ? html`<div class="row">
|
|
<converse-image-picker .model=${el.model} width="96" height="96"></converse-image-picker>
|
|
<converse-image-picker .model=${el.model} width="96" height="96"></converse-image-picker>
|
|
</div>` : ''}
|
|
</div>` : ''}
|
|
|
|
|