From: Guillaume Pellerin Date: Wed, 3 Feb 2016 23:06:26 +0000 (+0100) Subject: bugfix X-Git-Tag: 1.1~139 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=84c0c890e089bdbbff151e508c135c2b24bc3488;p=teleforma.git bugfix --- diff --git a/teleforma/views/crfpa.py b/teleforma/views/crfpa.py index c669874c..9601fce1 100644 --- a/teleforma/views/crfpa.py +++ b/teleforma/views/crfpa.py @@ -426,7 +426,7 @@ class UserCompleteView(TemplateView): class RegistrationPDFView(PDFTemplateResponseMixin, DetailView): model = User - template_name = 'teleforma/registration_pdf.html' + template_name = 'teleforma/registration/registration_pdf.html' pdf_template_name = template_name def get_context_data(self, **kwargs):