Browse Source

Alterando endereco das imagens

diagnosticos
Starlone (Estagiario) 15 years ago
parent
commit
a8a80669e1
  1. 6
      sigi/apps/convenios/reports.py

6
sigi/apps/convenios/reports.py

@ -26,12 +26,14 @@ 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('') + '..')
elements = [ elements = [
Image(filename= 'apps/convenios/templates/imagens/logo-interlegis.jpg', Image(filename= BASE_DIR + '/media/images/logo-interlegis.jpg',
left=15.5*cm,right=1*cm,top=0.1*cm,bottom=1*cm, left=15.5*cm,right=1*cm,top=0.1*cm,bottom=1*cm,
width=4.2*cm,height=3*cm, width=4.2*cm,height=3*cm,
), ),
Image(filename= 'apps/convenios/templates/imagens/logo-senado.png', Image(filename= BASE_DIR + '/media/images/logo-senado.png',
left=1*cm,right=1*cm,top=0.1*cm,bottom=1*cm, left=1*cm,right=1*cm,top=0.1*cm,bottom=1*cm,
width=3*cm,height=3*cm, width=3*cm,height=3*cm,
), ),

Loading…
Cancel
Save