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
1255ea79
Commit
1255ea79
authored
Aug 28, 2013
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgot to add partial template
parent
48484ef9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
common/templates/course_modes/_contribution.html
+23
-0
No files found.
common/templates/course_modes/_contribution.html
0 → 100644
View file @
1255ea79
<dl>
<dt>
Select your contribution for this course:
</dt>
<dd>
<ul
class=
"pay-options"
>
% for price in suggested_prices:
<li>
<input
type=
"radio"
name=
"contribution"
value=
"${price|h}"
selected=
"${'selected' if price == chosen_price else ''}"
><label
for=
"contribution-${price|h}"
>
$${price} ${currency}
</label>
</li>
% endfor
<li
class=
"other1"
>
<input
type=
"radio"
id=
"contribution-other"
name=
"contribution"
value=
""
/>
<label
for=
" contribution-other"
><span
class=
"sr"
>
Other
</span></label>
</li>
<li
class=
"other2"
>
<label
for=
"contribution-other-amt"
><span
class=
"sr"
>
Other Amount
</span>
</label>
$
<input
type=
"text"
size=
"5"
name=
"contribution-other-amt"
id=
"contribution-other-amt"
/>
</li>
</ul>
</dd>
</dl>
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