Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
course-discovery
Commits
4e116001
Commit
4e116001
authored
Sep 18, 2017
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved comment templates to publisher app
LEARNER-2473
parent
8ed6c3c5
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
43 additions
and
43 deletions
+43
-43
course_discovery/apps/publisher/templates/publisher/comments/add_auth_comments.html
+0
-0
course_discovery/apps/publisher/templates/publisher/comments/comments_list.html
+0
-0
course_discovery/apps/publisher/templates/publisher/course_detail.html
+2
-2
course_discovery/apps/publisher/templates/publisher/course_run_detail/_widgets.html
+1
-1
course_discovery/apps/publisher/templates/publisher/course_run_detail/course_run_detail.html
+2
-2
course_discovery/apps/publisher/templates/publisher/seat_form.html
+2
-2
course_discovery/conf/locale/en/LC_MESSAGES/django.mo
+0
-0
course_discovery/conf/locale/en/LC_MESSAGES/django.po
+18
-18
course_discovery/conf/locale/eo/LC_MESSAGES/django.mo
+0
-0
course_discovery/conf/locale/eo/LC_MESSAGES/django.po
+18
-18
No files found.
course_discovery/
templates
/comments/add_auth_comments.html
→
course_discovery/
apps/publisher/templates/publisher
/comments/add_auth_comments.html
View file @
4e116001
File moved
course_discovery/
templates
/comments/comments_list.html
→
course_discovery/
apps/publisher/templates/publisher
/comments/comments_list.html
View file @
4e116001
File moved
course_discovery/apps/publisher/templates/publisher/course_detail.html
View file @
4e116001
...
...
@@ -225,8 +225,8 @@
{% include 'publisher/course_detail/_widgets.html' %}
</div>
<div
id=
"comments-widget"
class=
"comment-container {% if not publisher_comment_widget_feature %}hidden{% endif %}"
>
{% include 'comments/add_auth_comments.html' %}
{% include 'comments/comments_list.html' %}
{% include '
publisher/
comments/add_auth_comments.html' %}
{% include '
publisher/
comments/comments_list.html' %}
</div>
</aside>
</div>
...
...
course_discovery/apps/publisher/templates/publisher/course_run_detail/_widgets.html
View file @
4e116001
...
...
@@ -14,7 +14,7 @@
<div
id=
"decline-comment"
class=
"hidden clearfix"
>
{% trans 'Reason for declining preview' as decline_reason %}
{% 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>
{% include 'publisher/course_run_detail/_preview_accept_popup.html' %}
...
...
course_discovery/apps/publisher/templates/publisher/course_run_detail/course_run_detail.html
View file @
4e116001
...
...
@@ -88,8 +88,8 @@
{% endwith %}
</div>
<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 'comments/comments_list.html' %}
{% include '
publisher/
comments/add_auth_comments.html' with comment_type='default' %}
{% include '
publisher/
comments/comments_list.html' %}
</div>
</aside>
</div>
...
...
course_discovery/apps/publisher/templates/publisher/seat_form.html
View file @
4e116001
...
...
@@ -21,8 +21,8 @@
</form>
</div>
<div
class=
"comment-container"
>
{% include 'comments/comments_list.html' %}
{% include 'comments/add_auth_comments.html' %}
{% include '
publisher/
comments/comments_list.html' %}
{% include '
publisher/
comments/add_auth_comments.html' %}
</div>
</div>
</div>
...
...
course_discovery/conf/locale/en/LC_MESSAGES/django.mo
View file @
4e116001
No preview for this file type
course_discovery/conf/locale/en/LC_MESSAGES/django.po
View file @
4e116001
...
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-19 01:0
1
-0400\n"
"POT-Creation-Date: 2017-09-19 01:0
2
-0400\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"
...
...
@@ -1440,6 +1440,23 @@ msgstr ""
msgid "Courses"
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_run_detail/_widgets.html
msgid "EDIT"
...
...
@@ -2416,11 +2433,6 @@ msgstr ""
msgid "Reason for declining preview"
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
msgid "Course Run Details"
msgstr ""
...
...
@@ -3264,18 +3276,6 @@ msgstr ""
msgid "modified"
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
msgid "Discovery Service Administration"
msgstr ""
course_discovery/conf/locale/eo/LC_MESSAGES/django.mo
View file @
4e116001
No preview for this file type
course_discovery/conf/locale/eo/LC_MESSAGES/django.po
View file @
4e116001
...
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-19 01:0
1
-0400\n"
"POT-Creation-Date: 2017-09-19 01:0
2
-0400\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"
...
...
@@ -1678,6 +1678,23 @@ msgstr "Däshßöärd Ⱡ'σяєм ιρѕυм ∂σł#"
msgid "Courses"
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_run_detail/_widgets.html
msgid "EDIT"
...
...
@@ -2854,11 +2871,6 @@ msgstr "Päçïng Týpé Ⱡ'σяєм ιρѕυм ∂σłσя #"
msgid "Reason for declining preview"
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
msgid "Course Run Details"
msgstr "Çöürsé Rün Détäïls Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#"
...
...
@@ -3959,18 +3971,6 @@ msgstr "Déçlïné Prévïéw Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
msgid "modified"
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
msgid "Discovery Service Administration"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment