Skip to content

Commit 8cdbaaf

Browse files
committed
Show set name in sold out button
1 parent c19d359 commit 8cdbaaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smallslive/templates/events/event_details_new.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
{% if session.availability.num_available == 0 %}
140140
<button type='submit'
141141
class="tickets-sold-out white-border-button"
142-
style="display: inline;">Tickets</button>
142+
style="display: inline;">{{ product.set }}</button>
143143
{% include 'events/tickets_sold_out_dialog.html' %}
144144
{% endif %}
145145
</form>

0 commit comments

Comments
 (0)