Skip to content

Commit 797cc57

Browse files
committed
Odkaz na iCal.
1 parent 6fe6450 commit 797cc57

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

naucse/templates/course_calendar.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ <h1>{{ course.title }}</h1>
2828
{% if course.subtitle is defined and course.subtitle != None %}
2929
<h2>{{ course.subtitle }}</h2>
3030
{% endif%}
31-
31+
<div>
32+
Přidej si kurz do svého kalendáře:
33+
<a href="{{ url_for('course_calendar_ics', course=course) }}">iCal</a>
34+
</div>
3235
{% if course.start_date %}
3336
{% for year, month in months %}
3437
<h3 class="calendar-heading">

0 commit comments

Comments
 (0)