Company isn't shown for hobbyists/students/day tickets

This commit is contained in:
James Polley 2018-01-15 02:51:57 +11:00
parent 1f025400e1
commit 1a2b4f4688

View file

@ -1026,7 +1026,7 @@
<text x="0px" y="0px" filter="url(#grayscale)" style="font-family:'Roboto-Regular', 'Roboto', 'Twitter Color Emoji';font-size:144.577px;">{{ user.attendee.attendeeprofilebase.attendeeprofile.name }}</text>
</g>
<g transform="matrix(0.607846,0,0,0.607922,138.923,449.05)">
<text x="0px" y="0px" filter="url(#grayscale)" style="font-family:'Roboto-Regular', 'Roboto', 'Twitter Color Emoji';font-size:96.385px;">{{ user.attendee.attendeeprofilebase.attendeeprofile.company }}</text>
<text x="0px" y="0px" filter="url(#grayscale)" style="font-family:'Roboto-Regular', 'Roboto', 'Twitter Color Emoji';font-size:96.385px;">{% if ticket_type == "Student" or ticket_type == "Hobbyist" or "Only" in ticket_type %}{% else %}{{ user.attendee.attendeeprofilebase.attendeeprofile.company }}{% endif %}</text>
</g>
<g transform="matrix(0.607846,0,0,0.607922,140.5,504.582)">
<text x="0px" y="0px" filter="url(#grayscale)" style="font-family:'Roboto-Regular', 'Roboto', 'Twitter Color Emoji';font-size:60.24px;">{{ user.attendee.attendeeprofilebase.attendeeprofile.free_text_1 }}</text>

Before

Width:  |  Height:  |  Size: 403 KiB

After

Width:  |  Height:  |  Size: 404 KiB