You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2class="tab-title visually-hidden"><iclass=" bi bi-info-circle"></i> {% trans 'Infos' %}</h2>
25
18
<ulclass="list-inline d-flex flex-wrap">
26
19
<liclass="col-6 col-md-4">
27
-
<h3class="meta-title">{% trans 'Broadcasted on:' %}</h3>
20
+
<spanclass="pod-meta-title">{% trans 'Broadcasted on:' %}</span>
28
21
<div>
29
22
{% if event.start_date__date == event.end_date__date %}
30
23
{% blocktrans with start_date=event.start_date|date:"d/m/Y" start_time=event.start_date|time:"H:i" end_time=event.end_date|time:"H:i" %}{{start_date}} from {{start_time}} to {{end_time}}{% endblocktrans %}
@@ -34,29 +27,27 @@ <h3 class="meta-title">{% trans 'Broadcasted on:' %}</h3>
34
27
</div>
35
28
</li>
36
29
<liclass="col-6 col-md-4">
37
-
<h3class="meta-title">{% trans 'Location:' %}</h3>
0 commit comments