diff --git a/lms/envs/dev.py b/lms/envs/dev.py
index 51d70081dc..51cd300af9 100644
--- a/lms/envs/dev.py
+++ b/lms/envs/dev.py
@@ -28,7 +28,6 @@ MITX_FEATURES['ENABLE_MANUAL_GIT_RELOAD'] = True
MITX_FEATURES['ENABLE_PSYCHOMETRICS'] = False # real-time psychometrics (eg item response theory analysis in instructor dashboard)
MITX_FEATURES['ENABLE_INSTRUCTOR_ANALYTICS'] = True
MITX_FEATURES['ENABLE_SERVICE_STATUS'] = True
-MITX_FEATURES['ENABLE_INSTRUCTOR_EMAIL'] = True
MITX_FEATURES['ENABLE_HINTER_INSTRUCTOR_VIEW'] = True
MITX_FEATURES['ENABLE_INSTRUCTOR_BETA_DASHBOARD'] = True
MITX_FEATURES['MULTIPLE_ENROLLMENT_ROLES'] = True
diff --git a/lms/templates/shoppingcart/receipt.html b/lms/templates/shoppingcart/receipt.html
index 0386b6b353..1866541c3b 100644
--- a/lms/templates/shoppingcart/receipt.html
+++ b/lms/templates/shoppingcart/receipt.html
@@ -3,8 +3,11 @@
<%! from django.conf import settings %>
<%inherit file="../main.html" />
+<%block name="bodyclass">register verification-process step-requirements%block>
-<%block name="title">
${_("Receipt for Order")} ${order.id}%block>
+<%block name="title">${_("Register for [Course Name] | Receipt (Order")} ${order.id})%block>
+
+<%block name="content">
% if notification is not UNDEFINED:
% endif
-
- ${_(settings.PLATFORM_NAME + " (" + settings.SITE_NAME + ")" + " Electronic Receipt")}
+
+
+
+
+ <%include file="_verification_header.html" />
+
+
+
+ ${_("Your Progress")}
+
+
+ -
+ 0
+ ${_("Current Step: ")}${_("Intro")}
+
+
+ -
+ 1
+ ${_("Take Photo")}
+
+
+ -
+ 2
+ ${_("Take ID Photo")}
+
+
+ -
+ 3
+ ${_("Review")}
+
+
+ -
+ 4
+ ${_("Make Payment")}
+
+
+ -
+
+
+
+ ${_("Confirmation")}
+
+
+
+
+
+
+
+
+
+
+
+
+ ${_(settings.PLATFORM_NAME + " (" + settings.SITE_NAME + ")" + " Electronic Receipt")}
+
+
+
${_("Order #")}${order.id}
${_("Date:")} ${order.purchase_time.date().isoformat()}
${_("Items ordered:")}
@@ -57,4 +115,6 @@
${order.bill_to_country.upper()}
-
+
+
+%block>