diff --git a/lms/templates/verify_student/make_payment_step.underscore b/lms/templates/verify_student/make_payment_step.underscore
index 545900ea4d..7c809f41a9 100644
--- a/lms/templates/verify_student/make_payment_step.underscore
+++ b/lms/templates/verify_student/make_payment_step.underscore
@@ -1,19 +1,19 @@
<% if ( !upgrade ) { %>
-
+
<%= _.sprintf(
gettext( "You are enrolling in: %(courseName)s"),
{ courseName: '' + courseName + '' }
) %>
-
+
<% } else { %>
-
+
<%= _.sprintf(
gettext( "You are upgrading your enrollment for: %(courseName)s"),
{ courseName: '' + courseName + '' }
) %>
-
+
<%- gettext( "You can now enter your payment information and complete your enrollment." ) %>
@@ -40,7 +40,7 @@
<% if ( requirements['account-activation-required'] ) { %>
-
-
<%- gettext( "Activate Your Account" ) %>
+ <%- gettext( "Activate Your Account" ) %>
@@ -54,7 +54,7 @@
<% } else {%>
<% if ( requirements['photo-id-required'] ) { %>
-
-
<%- gettext( "Government-Issued Photo ID" ) %>
+ <%- gettext( "Government-Issued Photo ID" ) %>
@@ -66,7 +66,7 @@
<% if ( requirements['webcam-required'] ) { %>
-
-
<%- gettext( "Webcam" ) %>
+ <%- gettext( "Webcam" ) %>
@@ -83,13 +83,13 @@
<% if ( suggestedPrices.length > 0 ) { %>
-
-
+
<% if ( upgrade ) { %>
<%- gettext( "Choose your contribution for your Verified Track upgrade" ) %>
<% } else { %>
<%- gettext( "Enter Your Contribution Level" ) %>
<% } %>
-
+
<% if ( !upgrade ) { %>
@@ -138,7 +138,7 @@
<% } else {%>
-
-
<%- gettext( "Your Total Contribution" ) %>
+ <%- gettext( "Your Total Contribution" ) %>
<%- gettext( "To complete your enrollment, you will need to pay:" ) %>