]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 23:06:26 +0000 (00:06 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 23:06:26 +0000 (00:06 +0100)
teleforma/views/crfpa.py

index c669874ce176e5ce555d8b4ea00bfce97da41db6..9601fce1cff764333a004fd4a30ad2915907f671 100644 (file)
@@ -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):