Commit 1d121b81 by Matt Drayer

Merge pull request #10012 from edx/ziafazal/MAYN-129

MAYN-129: additional payment details were not shown
parents 86e523e6 460b19fa
......@@ -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 {
......
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment