lol komentar
This commit is contained in:
parent
1b755ad1f7
commit
fcc2c7c374
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def soustredeniKontaktnicekView(request, soustredeni, typ):
|
||||||
|
|
||||||
kontaktnicky = {
|
kontaktnicky = {
|
||||||
'pdf': (soustredeni.kontaktnicek_pdf, 'applcation/pdf', 'rb'),
|
'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:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue