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