Changeset 55ee2a in indico


Ignore:
Timestamp:
08/25/09 16:39:10 (4 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
40f21f
Parents:
db304c
Message:

[FIXED] content was to times in contribs pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/PDFinterface/conference.py

    r9033fd r55ee2a  
    754754        style.fontName = "LinuxLibertine" 
    755755        style.fontSize = 9 
    756         p = Paragraph(escape(self._contrib.getDescription()), style, part=escape(self._contrib.getTitle())) 
    757         story.append(p) 
    758          
    759         story.append(Spacer(inch, 0.2*cm, part=escape(self._contrib.getTitle()))) 
     756        #p = Paragraph(escape(self._contrib.getDescription()), style, part=escape(self._contrib.getTitle())) 
     757        #story.append(p) 
     758         
     759        #story.append(Spacer(inch, 0.2*cm, part=escape(self._contrib.getTitle()))) 
    760760         
    761761        for field in self._conf.getAbstractMgr().getAbstractFieldsMgr().getActiveFields(): 
Note: See TracChangeset for help on using the changeset viewer.