We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1e2f3 commit 7551037Copy full SHA for 7551037
1 file changed
apps/events/templates/events/includes/event-section.html
@@ -20,7 +20,6 @@ <h1 class="title is-3">
20
</h1>
21
<div class="event-date">
22
<i class="far fa-calendar-alt"></i> {{ event.start_date|as_date }}
23
- <a target="_blank" href="{{ event.get_google_calendar_url }}">Añadir a Google Calendar</a>
24
</div>
25
{% if event.venue %}
26
<div class="event-location">
0 commit comments