added aria-hidden to fontawesome and some aria-label if needed

This commit is contained in:
Richard Schreiber
2021-02-10 17:27:49 +01:00
parent 01af8568ca
commit 1480bd0690
25 changed files with 123 additions and 123 deletions

View File

@@ -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" %}