diff --git a/manage_events/report.py b/manage_events/report.py index 9273c0a..85b70b9 100644 --- a/manage_events/report.py +++ b/manage_events/report.py @@ -159,6 +159,7 @@ def generate_event_report_pdf_three(user, report_data): # Insert company logo logo_path = settings.LOGO_PATH + print("logo_path: ", logo_path) logo_path = os.path.join(str(logo_path), "icon.png") # Path to the logo logo = Image(logo_path) logo.drawWidth = 200 # Adjust the width as needed