Commit 7cee9fbd by attiyaishaque Committed by Attiya Ishaque

Fix Course Run State storing in Preview dashboard.

parent 5e45a193
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<td> <td>
{{ course_run.course.organization_name }} {{ course_run.course.organization_name }}
</td> </td>
<td> <td data-order="{{ course_run.owner_role_modified|date:"Y-m-d" }}" >
{% if course_run.course_run_state.preview_accepted %} {% if course_run.course_run_state.preview_accepted %}
{% trans "Approved since " %} {% trans "Approved since " %}
{% elif course_run.preview_declined and not course_run.preview_url %} {% elif course_run.preview_declined and not course_run.preview_url %}
......
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