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
6456a7de
Commit
6456a7de
authored
Sep 26, 2013
by
Joe Blaylock
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1140 from edx/giulio/rc-fix-20130927
Giulio Release Candidate fixes for 9/27
parents
0ca89681
f2291dd1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
+1
-1
lms/templates/register.html
+7
-1
No files found.
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
View file @
6456a7de
...
...
@@ -357,7 +357,7 @@ class @CombinedOpenEnded
@
save_button
.
attr
(
"disabled"
,
true
)
$
.
postWithPrefix
"
#{
@
ajax_url
}
/store_answer"
,
data
,
(
response
)
=>
if
response
.
success
@
gentle_alert
(
"Answer saved."
)
@
gentle_alert
(
"Answer saved
, but not yet submitted
."
)
else
@
errors_area
.
html
(
response
.
error
)
@
save_button
.
attr
(
"disabled"
,
false
)
...
...
lms/templates/register.html
View file @
6456a7de
...
...
@@ -135,7 +135,13 @@
<li
class=
"field required text"
id=
"field-name"
>
<label
for=
"name"
>
${_('Full Name')}
</label>
<input
id=
"name"
type=
"text"
name=
"name"
value=
""
placeholder=
"${_('example: Jane Doe')}"
required
aria-required=
"true"
aria-describedby=
"name-tip"
/>
<span
class=
"tip tip-input"
id=
"name-tip"
>
${_("Needed for any certificates you may earn
<strong>
(cannot be changed later)
</strong>
")}
</span>
<span
class=
"tip tip-input"
id=
"name-tip"
>
% if self.stanford_theme_enabled():
${_("Needed for any Statements of Accomplishment you may earn
<strong>
(cannot be changed later)
</strong>
")}
% else:
${_("Needed for any certificates you may earn
<strong>
(cannot be changed later)
</strong>
")}
% endif
</span>
</li>
</ol>
...
...
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