From 17cc5f9fda0ada6936659062fac3134f93ea0f4c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 14 Aug 2024 11:58:52 +0100 Subject: [PATCH] Simplified vcard download link --- webapp_profile.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index 4d5267fbe..ce912e61f 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -783,13 +783,18 @@ def _get_profile_header(base_dir: str, http_prefix: str, nickname: str, translate) # show vcard download link +# html_str += \ +# ' ' + \ +# 'vCard\n' html_str += \ ' ' + \ - 'vCard\n' + '.vcf" tabindex="1" class="imageAnchor">VCF\n' html_str += \ ' \n' + \