We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fcf7a commit d5ef55eCopy full SHA for d5ef55e
1 file changed
themes/simple/templates/modules/profile.view.basic-informations.tpl
@@ -38,7 +38,7 @@
38
</div>
39
40
{/if}
41
- {elseif {$profileField.id} == 'STREET' || {$profileField.id} == 'POSTCODE' || {$profileField.id} == 'CITY' || {$profileField.id} == 'COUNTRY'}
+ {elseif {$profileField.id} == 'STREET' || {$profileField.id} == 'postcodeCity' || {$profileField.id} == 'COUNTRY'}
42
{if $showAddress}
43
{$showAddress = false}
44
<div class="admidio-form-group row mb-3">
@@ -50,7 +50,7 @@
50
{$masterData.STREET.value}<br />
51
52
53
- {if $masterData.POSTCODE.value !== '' || $masterData.CITY.value !== ''}
+ {if $masterData.postcodeCity.value !== ''}
54
{$masterData.postcodeCity.value}<br />
55
56
0 commit comments