mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Re-label "Buy tickets" button
This commit is contained in:
@@ -117,9 +117,11 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="text-right flip">
|
<td class="text-right flip">
|
||||||
<a class="btn btn-primary" href="{{ url }}">
|
<a class="btn btn-primary" href="{{ url }}">
|
||||||
{% if e.has_subevents %}{% trans "Buy tickets" %}
|
{% if e.has_subevents %}<span class="fa fa-ticket"></span> {% trans "Tickets" %}
|
||||||
{% elif e.presale_is_running and e.best_availability_state == 100 %}{% trans "Buy tickets" %}
|
{% elif e.presale_is_running and e.best_availability_state == 100 %}
|
||||||
{% else %}{% trans "More info" %}
|
<span class="fa fa-ticket"></span> {% trans "Tickets" %}
|
||||||
|
{% else %}
|
||||||
|
<span class="fa fa-info"></span> {% trans "More info" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user