Skip to content
Snippets Groups Projects
Commit 511dc196 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

fixed layout of assignment due dates

parent fb8cf272
No related branches found
No related tags found
2 merge requests!95Uaccess 23fa,!2Class Canvas Release
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -24,6 +24,7 @@
<div id="due dates">
{% if page.assigned.size > 1 %}
<strong>Assigned</strong>
<ul>
......@@ -36,14 +37,14 @@
{% endif %}
{% if page.due.size > 1 %}
&emsp; <strong>Due</strong>
<br> <strong>Due</strong>
<ul>
{% for day in page.due %}
<li>{{day}}</li>
{% endfor %}
</ul>
{% else %}
<strong>Due</strong>: {{page.assigned}}
&emsp; <strong>Due</strong>: {{page.assigned}}
{% endif %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment