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
1d121b81
Commit
1d121b81
authored
Oct 05, 2015
by
Matt Drayer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10012 from edx/ziafazal/MAYN-129
MAYN-129: additional payment details were not shown
parents
86e523e6
460b19fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/static/sass/views/_shoppingcart.scss
+1
-1
lms/templates/shoppingcart/billing_details.html
+1
-1
No files found.
lms/static/sass/views/_shoppingcart.scss
View file @
1d121b81
...
...
@@ -822,7 +822,7 @@ $light-border: 1px solid $gray-l5;
// CASE: index of child is even
&
:nth-child
(
even
)
{
@include
margin-left
(
$baseline
*
1
.5
);
@include
margin-left
(
$baseline
);
}
.data-group
{
...
...
lms/templates/shoppingcart/billing_details.html
View file @
1d121b81
...
...
@@ -68,7 +68,7 @@ from django.core.urlresolvers import reverse
filter
=
/^
([
a-zA-Z0-9_.+-
])
+
\@(([
a-zA-Z0-9-
])
+
\.)
+
([
a-zA-Z0-9
]{2,4})
+$/
return
filter
.
test
(
sEmail
)
}
$
(
'
form input
[type="submit"]'
).
click
(
function
(
event
)
{
$
(
'
section.confirm-enrollment form button
[type="submit"]'
).
click
(
function
(
event
)
{
var
is_valid_email
=
true
;
var
payment_form
=
$
(
this
).
parent
(
'form'
);
var
recipient_email
=
$
(
'input[name="recipient_email"]'
).
val
();
...
...
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