Skip to content

Commit

Permalink
Include calendar links on calendar page
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed May 14, 2024
1 parent b526f15 commit 7b1e044
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion calmerge/templates/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
<body>
<h1>{{ calendar_name }}</h1>
<p>{{ calendar.description }}</p>
<p><a href="{{ calendar|calendar_url }}">{{ calendar|calendar_url }}</a></p>
<p>
URL:
<a href="{{ calendar|calendar_url }}">{{ (calendar|calendar_url).scheme|default('http', true) }}</a>
<a href="{{ (calendar|calendar_url).with_scheme('webcal') }}">webcal</a>
</p>

<p id="calendar-message">Events are loading...</p>
<div id='calendar' data-url="{{ calendar|calendar_url }}"></div>
Expand Down

0 comments on commit 7b1e044

Please sign in to comment.