diff --git a/view/templates/hovercard.tpl b/view/templates/hovercard.tpl
index 563a5a248e..ff3b3101a3 100644
--- a/view/templates/hovercard.tpl
+++ b/view/templates/hovercard.tpl
@@ -24,6 +24,7 @@
{{if $profile.actions.pm}}{{$profile.actions.pm.0}}{{/if}}
+ {{if $profile.addr}}
{{/if}}
{{if $profile.actions.network}}
{{/if}}
{{if $profile.actions.edit}}
{{/if}}
{{if $profile.actions.follow}}
{{/if}}
diff --git a/view/theme/frio/templates/profile/vcard.tpl b/view/theme/frio/templates/profile/vcard.tpl
index cc67227a2a..f707e7d6af 100644
--- a/view/theme/frio/templates/profile/vcard.tpl
+++ b/view/theme/frio/templates/profile/vcard.tpl
@@ -70,6 +70,13 @@
{{/if}}
+ {{if $profile.addr}}
+
+
+ {{/if}}
{{/if}}
diff --git a/view/theme/frio/templates/widget/vcard.tpl b/view/theme/frio/templates/widget/vcard.tpl
index 9fef57a9d7..3786939388 100644
--- a/view/theme/frio/templates/widget/vcard.tpl
+++ b/view/theme/frio/templates/widget/vcard.tpl
@@ -56,6 +56,14 @@
{{/if}}
+ {{if $contact.addr}}
+
+
+
+ {{/if}}