Skip to content

Commit

Permalink
Fix align.
Browse files Browse the repository at this point in the history
  • Loading branch information
anantgirdhar committed Dec 28, 2012
1 parent 8ffa693 commit 8e97441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion participantPdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def printParticipantDetails(pdf, x, y, user, userProfile):

y = paintParagraph(pdf, x, y, accountInstruction)

qmsInstruction = '<font size=14 alignment="center"><b>QMS Instructions</b></font><br/><br/>1. Please carry a printout or an e-copy of this form.<br/><br/>2. Every participant must register for Shaastra at the <b>QMS Desk (KV Grounds) or the Hospitality Control Rooms (Mahanadi for boys, Sharavati for girls)</b> after reaching IIT Madras.<br/><br/>3. Upon paying a sum of INR 100, the participant would receive a <b>Shaastra Passport</b> (non transferable)<br/><br/>4. The Shaastra Passport will be your official entry to Shaastra allowing you to register at the <b>Event Venue</b> and participate for events.<br/><br/>5. For more information, please drop us a mail at qms@shaastra.org'
qmsInstruction = '<para alignment="center"><font size=14><b>QMS Instructions</b></font></para><para><br/><br/>1. Please carry a printout or an e-copy of this form.<br/><br/>2. Every participant must register for Shaastra at the <b>QMS Desk (KV Grounds) or the Hospitality Control Rooms (Mahanadi for boys, Sharavati for girls)</b> after reaching IIT Madras.<br/><br/>3. Upon paying a sum of INR 100, the participant would receive a <b>Shaastra Passport</b> (non transferable)<br/><br/>4. The Shaastra Passport will be your official entry to Shaastra allowing you to register at the <b>Event Venue</b> and participate for events.<br/><br/>5. For more information, please drop us a mail at qms@shaastra.org</para>'

y = paintParagraph(pdf, x, y, qmsInstruction)

Expand Down

0 comments on commit 8e97441

Please sign in to comment.