Skip to content

Commit

Permalink
fix(#89): Fix certificate path
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelP19 committed Dec 18, 2022
1 parent 4d8b8e9 commit c45c3d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innoweb/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def certificate(request, event_id, participant_id):

score = Score.objects.get(event=e, participant=participant)

certificate = Image.open("static\images\Sample_certificate.png")
certificate = Image.open("static/images/Sample_certificate.png")

certificate.load()
certificate = certificate.convert("RGB")
Expand Down
Binary file modified static/certificates/Certificado.pdf
Binary file not shown.

0 comments on commit c45c3d3

Please sign in to comment.