diff --git a/view/templates/profile/vcard.tpl b/view/templates/profile/vcard.tpl
index 32f7e0fcf..ccf3a10bd 100644
--- a/view/templates/profile/vcard.tpl
+++ b/view/templates/profile/vcard.tpl
@@ -33,7 +33,7 @@
{{/if}}
- {{if $profile.pubkey}}
{{$profile.pubkey}}
{{/if}}
+ {{if $profile.upubkey}}{{$profile.upubkey}}
{{/if}}
{{if $contacts}}{{$contacts}}
{{/if}}
diff --git a/view/theme/duepuntozero/templates/profile/vcard.tpl b/view/theme/duepuntozero/templates/profile/vcard.tpl
index 1ea91f197..f40e98e46 100644
--- a/view/theme/duepuntozero/templates/profile/vcard.tpl
+++ b/view/theme/duepuntozero/templates/profile/vcard.tpl
@@ -27,7 +27,7 @@
{{if $profile.about}}{{$profile.about nofilter}}
{{/if}}
- {{if $profile.pubkey}}{{$profile.pubkey}}
{{/if}}
+ {{if $profile.upubkey}}{{$profile.upubkey}}
{{/if}}
{{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}}
diff --git a/view/theme/frio/templates/profile/vcard.tpl b/view/theme/frio/templates/profile/vcard.tpl
index db6f7c6f6..550bb6265 100644
--- a/view/theme/frio/templates/profile/vcard.tpl
+++ b/view/theme/frio/templates/profile/vcard.tpl
@@ -98,7 +98,7 @@
{{/if}}
- {{if $profile.pubkey}}{{$profile.pubkey}}
{{/if}}
+ {{if $profile.upubkey}}{{$profile.upubkey}}
{{/if}}
{{if $contacts}}{{$contacts}}
{{/if}}
diff --git a/view/theme/quattro/templates/profile/vcard.tpl b/view/theme/quattro/templates/profile/vcard.tpl
index 3bbb9e09f..66422dd98 100644
--- a/view/theme/quattro/templates/profile/vcard.tpl
+++ b/view/theme/quattro/templates/profile/vcard.tpl
@@ -46,7 +46,7 @@
{{/if}}
- {{if $profile.pubkey}}{{$profile.pubkey}}
{{/if}}
+ {{if $profile.upubkey}}{{$profile.upubkey}}
{{/if}}
{{if $homepage}}
- {{$homepage}}
diff --git a/view/theme/vier/templates/profile/vcard.tpl b/view/theme/vier/templates/profile/vcard.tpl
index c263ccde0..5f8e718f0 100644
--- a/view/theme/vier/templates/profile/vcard.tpl
+++ b/view/theme/vier/templates/profile/vcard.tpl
@@ -40,7 +40,7 @@
{{/if}}
- {{if $profile.pubkey}}{{$profile.pubkey}}
{{/if}}
+ {{if $profile.upubkey}}{{$profile.upubkey}}
{{/if}}
{{if $contacts}}{{$contacts}}
{{/if}}