forked from CGM_Public/pretix_original
added aria-hidden to fontawesome and some aria-label if needed
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{% if not event.live %}
|
||||
<div class="offline-banner">
|
||||
<div class="container">
|
||||
<span class="fa fa-user-secret"></span>
|
||||
<span class="fa fa-user-secret" aria-hidden="true"></span>
|
||||
{% trans "This shop is currently only visible to you and your team." %}
|
||||
<a href="{{ site_url }}{% url "control:event.live" event=event.slug organizer=event.organizer.slug %}">
|
||||
{% trans "Take it live now" %}
|
||||
|
||||
Reference in New Issue
Block a user