mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Seating: visually remove waitinglist headline for soldout seating
This commit is contained in:
committed by
GitHub
parent
0c1072503c
commit
464f625301
@@ -185,7 +185,7 @@
|
||||
|
||||
{% if waitinglist_seated %}
|
||||
<aside class="front-page" aria-labelledby="waiting-list">
|
||||
<h3 id="waiting-list">{% trans "Waiting list" %}</h3>
|
||||
<h3 id="waiting-list" class="sr-only">{% trans "Waiting list" %}</h3>
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-sm-6 col-xs-12">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user