Templates fixes.
This commit is contained in:
parent
8b0df39d13
commit
ddd5b61cd1
|
@ -1,6 +1,6 @@
|
|||
Hello!<br>
|
||||
<br>
|
||||
This email contains a {{ ticket.sponsor.name }} sponsor ticket for {{ ticket.sponsor.camp.title }}<br>
|
||||
This email contains a {{ ticket.sponsor.name }} sponsor ticket for {{ ticket.sponsor.camp.title }} (1 out of {{ ticket.sponsor.tier.tickets }})<br>
|
||||
Thank you for helping out! :)<br>
|
||||
<br>
|
||||
Best regards,<br>
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
<br>
|
||||
<h2>{{ ticket.ticket_type.camp.title }} Ticket</h2>
|
||||
<h3>Type: {{ ticket.ticket_type.name }}</h3>
|
||||
{% if ticket.product %}
|
||||
<h3>Product: {{ ticket.product.name }}</h3>
|
||||
{% endif %}
|
||||
{% if quantity %}
|
||||
<h3>Quantity: {{ quantity }}</h3>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue