Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
OpenEdx
edx-platform
Commits
9018088c
Commit
9018088c
authored
Apr 15, 2015
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7693 from edx/remove-nested-form-elements
Remove nested form elements
parents
6e34687f
93e7d795
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
cms/templates/settings.html
+0
-2
No files found.
cms/templates/settings.html
View file @
9018088c
...
...
@@ -297,7 +297,6 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url}';
</li>
% if settings.FEATURES.get('ENABLE_PREREQUISITE_COURSES'):
<li
class=
"field field-select"
id=
"field-pre-requisite-course"
>
<form
action=
"#"
class=
"pre-requisite-course-form"
method=
"post"
>
<label
for=
"pre-requisite-course"
>
${_("Prerequisite Course")}
</label>
<select
class=
"input"
id=
"pre-requisite-course"
>
<option
value=
""
>
${_("None")}
</option>
...
...
@@ -307,7 +306,6 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url}';
</select>
<span
class=
"tip tip-inline"
>
${_("Course that students must complete before beginning this course")}
</span>
<button
type=
"submit"
class=
"sr"
name=
"submit"
value=
"submit"
>
${_("set pre-requisite course")}
</button>
</form>
</li>
% endif
% if settings.FEATURES.get('ENTRANCE_EXAMS'):
...
...
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