Commit 9c1fd25f authored by Rau Layug's avatar Rau Layug

Updated calendar.html

parent fe2d6173
......@@ -12,7 +12,7 @@
<h3>List of Courses:</h3>
<ul>
{% for course in Courses %}
<li>{{ course.course_code }} {{ course.course_title }} {{ course.section }}
<li id="course_block">{{ course.course_code }} {{ course.course_title }} {{ course.section }}
<ul>
{% for event in Events %}
{% if event.course == course %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment