Commit 4cca5125 by attiyaishaque Committed by Attiya Ishaque

EDUCATOR-807 Fix Course Start date storing in Preview dashboard.

parent 23f57d59
......@@ -46,7 +46,7 @@
{% endif %}
{{ course_run.owner_role_modified }}
</td>
<td>
<td data-order="{{ course_run.start|date:"Y-m-d" }}">
{{ course_run.start }}
</td>
</tr>
......
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