Commit 8b863f96 by Waheed Ahmed

Remove target content from published about pages tab.

ECOM-7766
parent d352ebb0
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-07 14:59+0500\n"
"POT-Creation-Date: 2017-06-08 13:53+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -2721,10 +2721,6 @@ msgstr ""
msgid "Published Date"
msgstr ""
#: templates/publisher/dashboard/_published.html
msgid "Target Content"
msgstr ""
#: templates/publisher/dashboard/_studio_requests.html
msgid "The following courses are ready for a Studio URL."
msgstr ""
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-07 14:59+0500\n"
"POT-Creation-Date: 2017-06-08 13:53+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-07 14:59+0500\n"
"POT-Creation-Date: 2017-06-08 13:53+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -3227,10 +3227,6 @@ msgstr ""
msgid "Published Date"
msgstr "Püßlïshéd Däté Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#"
#: templates/publisher/dashboard/_published.html
msgid "Target Content"
msgstr "Tärgét Çöntént Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#"
#: templates/publisher/dashboard/_studio_requests.html
msgid "The following courses are ready for a Studio URL."
msgstr ""
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-07 14:59+0500\n"
"POT-Creation-Date: 2017-06-08 13:53+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......
......@@ -28,9 +28,6 @@
<th role="button">
{% trans "Published Date" %}
</th>
<th role="button">
{% trans "Target Content" %}
</th>
</tr>
</thead>
<tbody>
......@@ -52,10 +49,7 @@
{{ course_run.end|date:"Y-m-d" }}
</td>
<td>
{{ course_run.state.modified|date:"Y-m-d" }}
</td>
<td>
{% if course_run.target_content %}Y{% else %}N{% endif %}
{{ course_run.course_run_state.modified|date:"Y-m-d" }}
</td>
</tr>
{% endfor %}
......
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