mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
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 }}
|
||||
{% endif %}
|
||||
{% 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 %}">
|
||||
{{ line.voucher.code }}
|
||||
</a>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
– {{ line.variation }}
|
||||
{% endif %}
|
||||
{% 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 %}
|
||||
{% if line.has_questions %}
|
||||
<dl>
|
||||
|
||||
Reference in New Issue
Block a user