Skip to content

Commit

Permalink
Fix preview when upload signed document (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
syldb authored Oct 1, 2024
1 parent ff415e8 commit db3bae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conventions/views/conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ def display_pdf(request, convention_uuid):
ConventionStatut.RESILIEE.label,
ConventionStatut.DENONCEE.label,
ConventionStatut.ANNULEE.label,
ConventionStatut.A_SIGNER.label,
]
and convention.nom_fichier_signe
and default_storage.exists(
Expand Down

0 comments on commit db3bae3

Please sign in to comment.