We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe6450 commit 797cc57Copy full SHA for 797cc57
1 file changed
naucse/templates/course_calendar.html
@@ -28,7 +28,10 @@ <h1>{{ course.title }}</h1>
28
{% if course.subtitle is defined and course.subtitle != None %}
29
<h2>{{ course.subtitle }}</h2>
30
{% endif%}
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>
35
{% if course.start_date %}
36
{% for year, month in months %}
37
<h3 class="calendar-heading">
0 commit comments