Make code compatible with Django 3.0
This commit is contained in:
parent
9b49fc9111
commit
f72f0573c2
8 changed files with 15 additions and 15 deletions
|
|
@ -24,7 +24,7 @@ class InscriptionSummaryPDF(EpcBaseDocTemplate):
|
|||
|
||||
def header(self, canvas, doc):
|
||||
section = "Filière EDE"
|
||||
title = "Dossier d'inscription"
|
||||
title = "Dossier d’inscription"
|
||||
|
||||
canvas.saveState()
|
||||
canvas.drawImage(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue