@ -124,7 +124,7 @@ def soustredeniKontaktnicekView(request, soustredeni, typ):
kontaktnicky = {
'pdf': (soustredeni.kontaktnicek_pdf, 'applcation/pdf', 'rb'),
'vcf': (soustredeni.kontaktnicek_vcf, 'text/vcard', 'rb'), # vcf je texťák, nevím, jestli je potřeba ho otevítat binárně.
'vcf': (soustredeni.kontaktnicek_vcf, 'text/vcard', 'rb'),
}
try: