Skip to content

Commit

Permalink
Merge pull request #1287 from webkom/change-HSP-logo-to-bekk
Browse files Browse the repository at this point in the history
  • Loading branch information
emillub authored Jan 17, 2025
2 parents 561ed68 + c540eb7 commit 854b647
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added images/bekk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/netcompany.png
Binary file not shown.
2 changes: 1 addition & 1 deletion server/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def validate_fields(data):
class PDF(FPDF):
def header(self):
self.image("images/abakus.png", 10, 18, 33)
self.image("images/netcompany.png", 160, 11, 40)
self.image("images/bekk.png", 160, 18, 30)
self.set_font("Arial", "B", 15)
self.ln(20)

Expand Down

0 comments on commit 854b647

Please sign in to comment.