Commit 4e116001 by Clinton Blackburn

Moved comment templates to publisher app

LEARNER-2473
parent 8ed6c3c5
...@@ -225,8 +225,8 @@ ...@@ -225,8 +225,8 @@
{% include 'publisher/course_detail/_widgets.html' %} {% include 'publisher/course_detail/_widgets.html' %}
</div> </div>
<div id="comments-widget" class="comment-container {% if not publisher_comment_widget_feature %}hidden{% endif %}"> <div id="comments-widget" class="comment-container {% if not publisher_comment_widget_feature %}hidden{% endif %}">
{% include 'comments/add_auth_comments.html' %} {% include 'publisher/comments/add_auth_comments.html' %}
{% include 'comments/comments_list.html' %} {% include 'publisher/comments/comments_list.html' %}
</div> </div>
</aside> </aside>
</div> </div>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div id="decline-comment" class="hidden clearfix"> <div id="decline-comment" class="hidden clearfix">
{% trans 'Reason for declining preview' as decline_reason %} {% trans 'Reason for declining preview' as decline_reason %}
{% trans 'Submit' as submit %} {% trans 'Submit' as submit %}
{% include 'comments/add_auth_comments.html' with comment_type='decline_preview' box_label=decline_reason btn_label=submit %} {% include 'publisher/comments/add_auth_comments.html' with comment_type='decline_preview' box_label=decline_reason btn_label=submit %}
</div> </div>
{% include 'publisher/course_run_detail/_preview_accept_popup.html' %} {% include 'publisher/course_run_detail/_preview_accept_popup.html' %}
......
...@@ -88,8 +88,8 @@ ...@@ -88,8 +88,8 @@
{% endwith %} {% endwith %}
</div> </div>
<div id="comments-widget" class="comment-container {% if not publisher_comment_widget_feature %}hidden{% endif %}"> <div id="comments-widget" class="comment-container {% if not publisher_comment_widget_feature %}hidden{% endif %}">
{% include 'comments/add_auth_comments.html' with comment_type='default' %} {% include 'publisher/comments/add_auth_comments.html' with comment_type='default' %}
{% include 'comments/comments_list.html' %} {% include 'publisher/comments/comments_list.html' %}
</div> </div>
</aside> </aside>
</div> </div>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
</form> </form>
</div> </div>
<div class="comment-container"> <div class="comment-container">
{% include 'comments/comments_list.html' %} {% include 'publisher/comments/comments_list.html' %}
{% include 'comments/add_auth_comments.html' %} {% include 'publisher/comments/add_auth_comments.html' %}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-19 01:01-0400\n" "POT-Creation-Date: 2017-09-19 01:02-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -1440,6 +1440,23 @@ msgstr "" ...@@ -1440,6 +1440,23 @@ msgstr ""
msgid "Courses" msgid "Courses"
msgstr "" msgstr ""
#: apps/publisher/templates/publisher/comments/add_auth_comments.html
msgid "Comment:"
msgstr ""
#: apps/publisher/templates/publisher/comments/add_auth_comments.html
#: apps/publisher/templates/publisher/course_run_detail/_widgets.html
msgid "Submit"
msgstr ""
#: apps/publisher/templates/publisher/comments/add_auth_comments.html
msgid "Add comment"
msgstr ""
#: apps/publisher/templates/publisher/comments/comments_list.html
msgid "Submitted by"
msgstr ""
#: apps/publisher/templates/publisher/course_detail.html #: apps/publisher/templates/publisher/course_detail.html
#: apps/publisher/templates/publisher/course_run_detail/_widgets.html #: apps/publisher/templates/publisher/course_run_detail/_widgets.html
msgid "EDIT" msgid "EDIT"
...@@ -2416,11 +2433,6 @@ msgstr "" ...@@ -2416,11 +2433,6 @@ msgstr ""
msgid "Reason for declining preview" msgid "Reason for declining preview"
msgstr "" msgstr ""
#: apps/publisher/templates/publisher/course_run_detail/_widgets.html
#: templates/comments/add_auth_comments.html
msgid "Submit"
msgstr ""
#: apps/publisher/templates/publisher/course_run_detail/course_run_detail.html #: apps/publisher/templates/publisher/course_run_detail/course_run_detail.html
msgid "Course Run Details" msgid "Course Run Details"
msgstr "" msgstr ""
...@@ -3264,18 +3276,6 @@ msgstr "" ...@@ -3264,18 +3276,6 @@ msgstr ""
msgid "modified" msgid "modified"
msgstr "" msgstr ""
#: templates/comments/add_auth_comments.html
msgid "Comment:"
msgstr ""
#: templates/comments/add_auth_comments.html
msgid "Add comment"
msgstr ""
#: templates/comments/comments_list.html
msgid "Submitted by"
msgstr ""
#: urls.py #: urls.py
msgid "Discovery Service Administration" msgid "Discovery Service Administration"
msgstr "" msgstr ""
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-19 01:01-0400\n" "POT-Creation-Date: 2017-09-19 01:02-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -1678,6 +1678,23 @@ msgstr "Däshßöärd Ⱡ'σяєм ιρѕυм ∂σł#" ...@@ -1678,6 +1678,23 @@ msgstr "Däshßöärd Ⱡ'σяєм ιρѕυм ∂σł#"
msgid "Courses" msgid "Courses"
msgstr "Çöürsés Ⱡ'σяєм ιρѕυм #" msgstr "Çöürsés Ⱡ'σяєм ιρѕυм #"
#: apps/publisher/templates/publisher/comments/add_auth_comments.html
msgid "Comment:"
msgstr "Çömmént: Ⱡ'σяєм ιρѕυм ∂#"
#: apps/publisher/templates/publisher/comments/add_auth_comments.html
#: apps/publisher/templates/publisher/course_run_detail/_widgets.html
msgid "Submit"
msgstr "Süßmït Ⱡ'σяєм ιρѕυ#"
#: apps/publisher/templates/publisher/comments/add_auth_comments.html
msgid "Add comment"
msgstr "Àdd çömmént Ⱡ'σяєм ιρѕυм ∂σłσя #"
#: apps/publisher/templates/publisher/comments/comments_list.html
msgid "Submitted by"
msgstr "Süßmïttéd ßý Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#"
#: apps/publisher/templates/publisher/course_detail.html #: apps/publisher/templates/publisher/course_detail.html
#: apps/publisher/templates/publisher/course_run_detail/_widgets.html #: apps/publisher/templates/publisher/course_run_detail/_widgets.html
msgid "EDIT" msgid "EDIT"
...@@ -2854,11 +2871,6 @@ msgstr "Päçïng Týpé Ⱡ'σяєм ιρѕυм ∂σłσя #" ...@@ -2854,11 +2871,6 @@ msgstr "Päçïng Týpé Ⱡ'σяєм ιρѕυм ∂σłσя #"
msgid "Reason for declining preview" msgid "Reason for declining preview"
msgstr "Réäsön för déçlïnïng prévïéw Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" msgstr "Réäsön för déçlïnïng prévïéw Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#"
#: apps/publisher/templates/publisher/course_run_detail/_widgets.html
#: templates/comments/add_auth_comments.html
msgid "Submit"
msgstr "Süßmït Ⱡ'σяєм ιρѕυ#"
#: apps/publisher/templates/publisher/course_run_detail/course_run_detail.html #: apps/publisher/templates/publisher/course_run_detail/course_run_detail.html
msgid "Course Run Details" msgid "Course Run Details"
msgstr "Çöürsé Rün Détäïls Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" msgstr "Çöürsé Rün Détäïls Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#"
...@@ -3959,18 +3971,6 @@ msgstr "Déçlïné Prévïéw Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" ...@@ -3959,18 +3971,6 @@ msgstr "Déçlïné Prévïéw Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
msgid "modified" msgid "modified"
msgstr "mödïfïéd Ⱡ'σяєм ιρѕυм ∂#" msgstr "mödïfïéd Ⱡ'σяєм ιρѕυм ∂#"
#: templates/comments/add_auth_comments.html
msgid "Comment:"
msgstr "Çömmént: Ⱡ'σяєм ιρѕυм ∂#"
#: templates/comments/add_auth_comments.html
msgid "Add comment"
msgstr "Àdd çömmént Ⱡ'σяєм ιρѕυм ∂σłσя #"
#: templates/comments/comments_list.html
msgid "Submitted by"
msgstr "Süßmïttéd ßý Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#"
#: urls.py #: urls.py
msgid "Discovery Service Administration" msgid "Discovery Service Administration"
msgstr "" msgstr ""
......
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