Skip to content

Commit 854b647

Browse files
authored
Merge pull request #1287 from webkom/change-HSP-logo-to-bekk
2 parents 561ed68 + c540eb7 commit 854b647

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

images/bekk.png

4.85 KB
Loading

images/netcompany.png

-12 KB
Binary file not shown.

server/handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def validate_fields(data):
6262
class PDF(FPDF):
6363
def header(self):
6464
self.image("images/abakus.png", 10, 18, 33)
65-
self.image("images/netcompany.png", 160, 11, 40)
65+
self.image("images/bekk.png", 160, 18, 30)
6666
self.set_font("Arial", "B", 15)
6767
self.ln(20)
6868

0 commit comments

Comments
 (0)