forked from CGM_Public/pretix_original
[A11y] move timezone info inline instead of tooltip (#5130)
* [A11y] move timezone info inline instead of tooltip * Update text as suggested from code review Co-authored-by: Raphael Michel <michel@rami.io> * Rebase migration * Delete src/pretix/base/migrations/0280_event_is_remote.py --------- Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
committed by
GitHub
parent
073c20e975
commit
7756b6745c
@@ -175,7 +175,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if not cart_namespace or subevent %}
|
||||
<div>
|
||||
<div{% if request.event.is_remote%} class="event-is-remote"{% endif %}>
|
||||
{% include "pretixpresale/event/fragment_event_info.html" with event=request.event subevent=subevent ev=ev show_location=True %}
|
||||
</div>
|
||||
{% eventsignal event "pretix.presale.signals.front_page_top" request=request subevent=subevent %}
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
{% for e in events %}{% eventurl e "presale:event.index" as url %}
|
||||
<article class="row" aria-labelledby="event-{{ e.pk }}-label" aria-describedby="event-{{ e.pk }}-desc">
|
||||
<h3 class="col-md-4 col-xs-12"><a href="{{ url }}" id="event-{{ e.pk }}-label" class="no-underline">{{ e.name }}</a></h3>
|
||||
<p class="col-md-3 col-xs-12" id="event-{{ e.pk }}-desc">
|
||||
<p class="col-md-3 col-xs-12{% if e.is_remote%} event-is-remote{% endif %}" id="event-{{ e.pk }}-desc">
|
||||
{% if e.settings.show_dates_on_frontpage %}
|
||||
{% if e.has_subevents %}
|
||||
{% icon "calendar" %} {% trans "Multiple dates" context "subevent" %}
|
||||
|
||||
Reference in New Issue
Block a user