Skip to content

Commit 55b2e2b

Browse files
authored
Merge pull request #11 from joshpollara/feature/webapp-updates
Update calendar subscription link to use webcal protocol
2 parents ba40c6c + d1652c2 commit 55b2e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/bridges_city.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h5 class="card-title">
3737
</div>
3838

3939
<div class="d-flex justify-content-between align-items-center">
40-
<a href="/calendar/bridge/{{ bridge.id }}.ics" class="btn btn-primary btn-sm">
40+
<a href="webcal://{{ request.url.netloc }}/calendar/bridge/{{ bridge.id }}.ics" class="btn btn-primary btn-sm">
4141
<i class="bi bi-calendar-plus"></i> Subscribe to Calendar
4242
</a>
4343

0 commit comments

Comments
 (0)