File tree Expand file tree Collapse file tree
apps/events/templates/events Expand file tree Collapse file tree Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments