We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19d359 commit 8cdbaafCopy full SHA for 8cdbaaf
1 file changed
smallslive/templates/events/event_details_new.html
@@ -139,7 +139,7 @@
139
{% if session.availability.num_available == 0 %}
140
<button type='submit'
141
class="tickets-sold-out white-border-button"
142
- style="display: inline;">Tickets</button>
+ style="display: inline;">{{ product.set }}</button>
143
{% include 'events/tickets_sold_out_dialog.html' %}
144
{% endif %}
145
</form>
0 commit comments