Consistent icon use for vouchers (#246)

This commit is contained in:
Tobias Kunze
2016-09-21 13:38:15 +02:00
committed by Raphael Michel
parent 912a81d120
commit fc967ed735
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>