|
@ -26,7 +26,8 @@ class ReportDefault(Report): |
|
|
class band_page_header(ReportBand): |
|
|
class band_page_header(ReportBand): |
|
|
height = 4.2*cm |
|
|
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 = [ |
|
|
elements = [ |
|
|
Image(filename= BASE_DIR + '/media/images/logo-interlegis.jpg', |
|
|
Image(filename= BASE_DIR + '/media/images/logo-interlegis.jpg', |
|
|