Fix @ sign in e-mail address of the PDF resume

master
Gergely Polonkai 9 years ago
parent 27c2caf47c
commit 5f5bfb7854

@ -17,7 +17,7 @@ def resumepdf(request):
body = render_to_string('basics/resume.html', {
'resume_link': resumelink(request),
'pdf': True
})
}).replace('<span class="at-obfuscation"></span>', '@')
dst = StringIO()
pdf = pisa.CreatePDF(body, dst)
pdf_data = dst.getvalue()

Loading…
Cancel
Save