Skip to content

Commit c1fa59c

Browse files
committed
move add to google calendar link into agenda headder
1 parent 059417e commit c1fa59c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/events/templates/events/event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ <h2 class="speaker-name">{{ speaker.name }} {{ speaker.surname }}</h2>
108108
<h1 class="title section-title">
109109
<p>Agenda</p>
110110
<p class="section-detail"><i class="far fa-calendar-alt"></i> {{ event.start_date|as_date }}</p>
111+
<a target="_blank" href="{{ event.get_google_calendar_url }}">Añadir a Google Calendar</a>
111112
{% if event.schedule_for_display and not event.closed_schedule %}
112113
<span class="tag is-warning is-medium not-closed-schedule">
113114
<i class="fas fa-info-circle"></i>
@@ -127,7 +128,6 @@ <h1 class="title section-title">
127128
{% endif %}
128129
{% empty %}
129130
<div class="column is-full has-text-centered coming-soon">
130-
<a target="_blank" href="{{ event.get_google_calendar_url }}">Añadir a Google Calendar</a>
131131
<p>
132132
<i class="fas fa-box-open"></i>
133133
Más información próximamente!

0 commit comments

Comments
 (0)