Skip to content

Commit 5f1a99e

Browse files
note about timezone (closes #67)
1 parent b1f962e commit 5f1a99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/templates/courses/course.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ <h2>Projects</h2>
119119
</div>
120120
{% endif %}
121121

122-
123122
{% if not homeworks and not projects %}
124123
<div class="alert alert-info" role="alert">
125124
<p>There are no homeworks or projects available for this course yet. Come back later.</p>
126125
</div>
127126
{% endif %}
128127

128+
<div class="mt-2">All deadlines are in your local timezone</div>
129129

130130
<script>
131131
$(function() {

0 commit comments

Comments
 (0)