Commit 8b26d3a8 by cahrens

Protect against no due property (as was there before).

parent ee2b92ab
...@@ -62,7 +62,7 @@ ${progress_graph.body(grade_summary, course.grade_cutoffs, "grade-detail-graph", ...@@ -62,7 +62,7 @@ ${progress_graph.body(grade_summary, course.grade_cutoffs, "grade-detail-graph",
<p> <p>
${section['format']} ${section['format']}
%if 'due' in section and section['due']!="": %if 'due' in section and section['due']:
<em> <em>
due ${get_default_time_display(section['due'])} due ${get_default_time_display(section['due'])}
</em> </em>
......
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