Skip to content

Commit

Permalink
Show set name in sold out button
Browse files Browse the repository at this point in the history
  • Loading branch information
mprunell committed May 19, 2021
1 parent c19d359 commit 8cdbaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smallslive/templates/events/event_details_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
{% if session.availability.num_available == 0 %}
<button type='submit'
class="tickets-sold-out white-border-button"
style="display: inline;">Tickets</button>
style="display: inline;">{{ product.set }}</button>
{% include 'events/tickets_sold_out_dialog.html' %}
{% endif %}
</form>
Expand Down

0 comments on commit 8cdbaaf

Please sign in to comment.