forked from CGM_Public/pretix_original
Consistent icon use for vouchers (#246)
This commit is contained in:
committed by
Raphael Michel
parent
912a81d120
commit
fc967ed735
@@ -172,7 +172,7 @@
|
|||||||
– {{ line.variation }}
|
– {{ line.variation }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if line.voucher %}
|
{% if line.voucher %}
|
||||||
<br/><span class="fa fa-ticket"></span> {% trans "Voucher code used:" %}
|
<br/><span class="fa fa-tags"></span> {% trans "Voucher code used:" %}
|
||||||
<a href="{% url "control:event.voucher" event=request.event.slug organizer=request.event.organizer.slug voucher=line.voucher.pk %}">
|
<a href="{% url "control:event.voucher" event=request.event.slug organizer=request.event.organizer.slug voucher=line.voucher.pk %}">
|
||||||
{{ line.voucher.code }}
|
{{ line.voucher.code }}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
– {{ line.variation }}
|
– {{ line.variation }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if line.voucher %}
|
{% if line.voucher %}
|
||||||
<br /><span class="fa fa-ticket"></span> {% trans "Voucher code used:" %} {{ line.voucher.code }}
|
<br /><span class="fa fa-tags"></span> {% trans "Voucher code used:" %} {{ line.voucher.code }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if line.has_questions %}
|
{% if line.has_questions %}
|
||||||
<dl>
|
<dl>
|
||||||
|
|||||||
Reference in New Issue
Block a user