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
edx
edx-platform
Commits
64913636
Commit
64913636
authored
Jan 31, 2013
by
Don Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove format field as it's the one for grading type.
parent
756a0716
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
cms/templates/edit_subsection.html
+0
-4
No files found.
cms/templates/edit_subsection.html
View file @
64913636
...
...
@@ -23,10 +23,6 @@
<label>
Display Name:
</label>
<input
type=
"text"
value=
"${subsection.display_name}"
class=
"subsection-display-name-input"
data-metadata-name=
"display_name"
/>
</div>
<div>
<label>
Format:
</label>
<input
type=
"text"
value=
"${subsection.metadata['format'] if 'format' in subsection.metadata else ''}"
class=
"unit-subtitle"
data-metadata-name=
"format"
/>
</div>
<div
class=
"sortable-unit-list"
>
<label>
Units:
</label>
${units.enum_units(subsection, subsection_units=subsection_units)}
...
...
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