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
cac0f3e5
Commit
cac0f3e5
authored
Sep 18, 2017
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consolidated course_metadata templates in app directory
LEARNER-2473
parent
71a82d7e
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
45 additions
and
45 deletions
+45
-45
course_discovery/apps/course_metadata/templates/admin/course_metadata/course_run.html
+0
-0
course_discovery/apps/course_metadata/views.py
+1
-1
course_discovery/conf/locale/en/LC_MESSAGES/django.mo
+0
-0
course_discovery/conf/locale/en/LC_MESSAGES/django.po
+22
-22
course_discovery/conf/locale/eo/LC_MESSAGES/django.mo
+0
-0
course_discovery/conf/locale/eo/LC_MESSAGES/django.po
+22
-22
No files found.
course_discovery/
templates/metadata/admin
/course_run.html
→
course_discovery/
apps/course_metadata/templates/admin/course_metadata
/course_run.html
View file @
cac0f3e5
File moved
course_discovery/apps/course_metadata/views.py
View file @
cac0f3e5
...
@@ -20,7 +20,7 @@ class SearchDemoView(TemplateView):
...
@@ -20,7 +20,7 @@ class SearchDemoView(TemplateView):
class
CourseRunSelectionAdmin
(
UpdateView
):
class
CourseRunSelectionAdmin
(
UpdateView
):
""" Create Course View."""
""" Create Course View."""
model
=
Program
model
=
Program
template_name
=
'
metadata/admin
/course_run.html'
template_name
=
'
admin/course_metadata
/course_run.html'
form_class
=
CourseRunSelectionForm
form_class
=
CourseRunSelectionForm
def
get_context_data
(
self
,
**
kwargs
):
def
get_context_data
(
self
,
**
kwargs
):
...
...
course_discovery/conf/locale/en/LC_MESSAGES/django.mo
View file @
cac0f3e5
No preview for this file type
course_discovery/conf/locale/en/LC_MESSAGES/django.po
View file @
cac0f3e5
...
@@ -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 00:5
7
-0400\n"
"POT-Creation-Date: 2017-09-19 00:5
9
-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"
...
@@ -453,6 +453,27 @@ msgid ""
...
@@ -453,6 +453,27 @@ msgid ""
"have a detail page."
"have a detail page."
msgstr ""
msgstr ""
#: apps/course_metadata/templates/admin/course_metadata/course_run.html
#: apps/publisher/templates/publisher/_add_instructor_popup.html
#: apps/publisher/templates/publisher/_revert_confirmation.html
#: apps/publisher/templates/publisher/add_course_form.html
#: apps/publisher/templates/publisher/add_courserun_form.html
#: apps/publisher/templates/publisher/course_detail/_edit_warning_popup.html
#: apps/publisher/templates/publisher/course_edit_form.html
#: apps/publisher/templates/publisher/course_run/edit_run_form.html
#: apps/publisher/templates/publisher/course_run_detail/_edit_warning.html
#: apps/publisher/templates/publisher/course_run_detail/_preview_accept_popup.html
msgid "Cancel"
msgstr ""
#: apps/course_metadata/templates/admin/course_metadata/course_run.html
msgid "Back to Program"
msgstr ""
#: apps/course_metadata/templates/admin/course_metadata/course_run.html
msgid "Save Course Run"
msgstr ""
#: apps/course_metadata/views.py
#: apps/course_metadata/views.py
msgid "Update excluded course runs"
msgid "Update excluded course runs"
msgstr ""
msgstr ""
...
@@ -1000,19 +1021,6 @@ msgid "optional - one per line"
...
@@ -1000,19 +1021,6 @@ msgid "optional - one per line"
msgstr ""
msgstr ""
#: apps/publisher/templates/publisher/_add_instructor_popup.html
#: apps/publisher/templates/publisher/_add_instructor_popup.html
#: apps/publisher/templates/publisher/_revert_confirmation.html
#: apps/publisher/templates/publisher/add_course_form.html
#: apps/publisher/templates/publisher/add_courserun_form.html
#: apps/publisher/templates/publisher/course_detail/_edit_warning_popup.html
#: apps/publisher/templates/publisher/course_edit_form.html
#: apps/publisher/templates/publisher/course_run/edit_run_form.html
#: apps/publisher/templates/publisher/course_run_detail/_edit_warning.html
#: apps/publisher/templates/publisher/course_run_detail/_preview_accept_popup.html
#: templates/metadata/admin/course_run.html
msgid "Cancel"
msgstr ""
#: apps/publisher/templates/publisher/_add_instructor_popup.html
msgid "Add Staff Member"
msgid "Add Staff Member"
msgstr ""
msgstr ""
...
@@ -3277,14 +3285,6 @@ msgstr ""
...
@@ -3277,14 +3285,6 @@ msgstr ""
msgid "Edit Comment"
msgid "Edit Comment"
msgstr ""
msgstr ""
#: templates/metadata/admin/course_run.html
msgid "Back to Program"
msgstr ""
#: templates/metadata/admin/course_run.html
msgid "Save Course Run"
msgstr ""
#: urls.py
#: urls.py
msgid "Discovery Service Administration"
msgid "Discovery Service Administration"
msgstr ""
msgstr ""
course_discovery/conf/locale/eo/LC_MESSAGES/django.mo
View file @
cac0f3e5
No preview for this file type
course_discovery/conf/locale/eo/LC_MESSAGES/django.po
View file @
cac0f3e5
...
@@ -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 00:5
7
-0400\n"
"POT-Creation-Date: 2017-09-19 00:5
9
-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"
...
@@ -568,6 +568,27 @@ msgstr ""
...
@@ -568,6 +568,27 @@ msgstr ""
"Hïdé prögräm ön märkétïng sïté ländïng änd séärçh pägés. Thïs prögräm MÀÝ "
"Hïdé prögräm ön märkétïng sïté ländïng änd séärçh pägés. Thïs prögräm MÀÝ "
"hävé ä détäïl pägé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#"
"hävé ä détäïl pägé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#"
#: apps/course_metadata/templates/admin/course_metadata/course_run.html
#: apps/publisher/templates/publisher/_add_instructor_popup.html
#: apps/publisher/templates/publisher/_revert_confirmation.html
#: apps/publisher/templates/publisher/add_course_form.html
#: apps/publisher/templates/publisher/add_courserun_form.html
#: apps/publisher/templates/publisher/course_detail/_edit_warning_popup.html
#: apps/publisher/templates/publisher/course_edit_form.html
#: apps/publisher/templates/publisher/course_run/edit_run_form.html
#: apps/publisher/templates/publisher/course_run_detail/_edit_warning.html
#: apps/publisher/templates/publisher/course_run_detail/_preview_accept_popup.html
msgid "Cancel"
msgstr "Çänçél Ⱡ'σяєм ιρѕυ#"
#: apps/course_metadata/templates/admin/course_metadata/course_run.html
msgid "Back to Program"
msgstr "Bäçk tö Prögräm Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
#: apps/course_metadata/templates/admin/course_metadata/course_run.html
msgid "Save Course Run"
msgstr "Sävé Çöürsé Rün Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
#: apps/course_metadata/views.py
#: apps/course_metadata/views.py
msgid "Update excluded course runs"
msgid "Update excluded course runs"
msgstr "Ûpdäté éxçlüdéd çöürsé rüns Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#"
msgstr "Ûpdäté éxçlüdéd çöürsé rüns Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#"
...
@@ -1159,19 +1180,6 @@ msgid "optional - one per line"
...
@@ -1159,19 +1180,6 @@ msgid "optional - one per line"
msgstr "öptïönäl - öné pér lïné Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#"
msgstr "öptïönäl - öné pér lïné Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#"
#: apps/publisher/templates/publisher/_add_instructor_popup.html
#: apps/publisher/templates/publisher/_add_instructor_popup.html
#: apps/publisher/templates/publisher/_revert_confirmation.html
#: apps/publisher/templates/publisher/add_course_form.html
#: apps/publisher/templates/publisher/add_courserun_form.html
#: apps/publisher/templates/publisher/course_detail/_edit_warning_popup.html
#: apps/publisher/templates/publisher/course_edit_form.html
#: apps/publisher/templates/publisher/course_run/edit_run_form.html
#: apps/publisher/templates/publisher/course_run_detail/_edit_warning.html
#: apps/publisher/templates/publisher/course_run_detail/_preview_accept_popup.html
#: templates/metadata/admin/course_run.html
msgid "Cancel"
msgstr "Çänçél Ⱡ'σяєм ιρѕυ#"
#: apps/publisher/templates/publisher/_add_instructor_popup.html
msgid "Add Staff Member"
msgid "Add Staff Member"
msgstr "Àdd Stäff Mémßér Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#"
msgstr "Àdd Stäff Mémßér Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#"
...
@@ -3972,14 +3980,6 @@ msgstr "Çöürsé Rün Förm Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
...
@@ -3972,14 +3980,6 @@ msgstr "Çöürsé Rün Förm Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
msgid "Edit Comment"
msgid "Edit Comment"
msgstr "Édït Çömmént Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#"
msgstr "Édït Çömmént Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#"
#: templates/metadata/admin/course_run.html
msgid "Back to Program"
msgstr "Bäçk tö Prögräm Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
#: templates/metadata/admin/course_run.html
msgid "Save Course Run"
msgstr "Sävé Çöürsé Rün Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
#: urls.py
#: urls.py
msgid "Discovery Service Administration"
msgid "Discovery Service Administration"
msgstr ""
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