From: Guillaume Pellerin Date: Wed, 3 Feb 2016 23:07:07 +0000 (+0100) Subject: again X-Git-Tag: 1.1~138 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0fe16a5a94fc58ca97cee9288569b6da6c6dac59;p=teleforma.git again --- diff --git a/teleforma/views/crfpa.py b/teleforma/views/crfpa.py index 9601fce1..98a15559 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/registration_pdf.html' + template_name = 'registration/registration_pdf.html' pdf_template_name = template_name def get_context_data(self, **kwargs):