diff options
author | Mario <mario@mariovavti.com> | 2022-01-18 10:50:25 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-18 10:50:25 +0100 |
commit | c4b09f1a4f6274b0c96c7ed742f845bdba413171 (patch) | |
tree | 7d7a21215a2679ea2043dad9a8378f8ffc8221a3 /view/tpl/profile_edit.tpl | |
parent | 788c973c13ef7a66928bb8eb58e16ea46f1b56fd (diff) | |
download | volse-hubzilla-c4b09f1a4f6274b0c96c7ed742f845bdba413171.tar.gz volse-hubzilla-c4b09f1a4f6274b0c96c7ed742f845bdba413171.tar.bz2 volse-hubzilla-c4b09f1a4f6274b0c96c7ed742f845bdba413171.zip |
check for existence of vcard
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rw-r--r-- | view/tpl/profile_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index c55ce0183..5c48f4bd3 100644 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -104,7 +104,7 @@ </div> </div> - {{if $fields.comms }} + {{if $fields.comms && $vcard}} <div id="template-form-vcard-tel" class="mb-3 form-vcard-tel"> <select name="tel_type[]"> |