diff --git a/sigi/apps/convenios/reports.py b/sigi/apps/convenios/reports.py index 18e6722..12f00d0 100644 --- a/sigi/apps/convenios/reports.py +++ b/sigi/apps/convenios/reports.py @@ -26,7 +26,8 @@ class ReportDefault(Report): class band_page_header(ReportBand): height = 4.2*cm - BASE_DIR = os.path.abspath(os.path.dirname('') + '..') + BASE_DIR = os.path.abspath(os.path.dirname(__file__) + '../../../../') + #BASE_DIR = os.path.abspath(os.getcwd() + '../..') elements = [ Image(filename= BASE_DIR + '/media/images/logo-interlegis.jpg',