diff --git a/enterprise/__init__.py b/enterprise/__init__.py index a3940372bd..50e7c68392 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,6 +2,6 @@ Your project description goes here. """ -__version__ = "3.57.1.post3" +__version__ = "3.57.1.post4" default_app_config = "enterprise.apps.EnterpriseConfig" diff --git a/enterprise/templates/enterprise/enterprise_course_enrollment_page.html b/enterprise/templates/enterprise/enterprise_course_enrollment_page.html index 1d4a777bdf..14bdfefb80 100644 --- a/enterprise/templates/enterprise/enterprise_course_enrollment_page.html +++ b/enterprise/templates/enterprise/enterprise_course_enrollment_page.html @@ -9,10 +9,7 @@ {% block contents %}
-
- {% include "enterprise/_enterprise_customer_sidebar.html" %} -
-
+
{# Display success, error, warning or info messages #} {% alert_messages messages %} @@ -77,20 +74,6 @@

{{ confirmation_text }}

{% endfor %} diff --git a/enterprise/templates/enterprise/enterprise_error_page_with_messages.html b/enterprise/templates/enterprise/enterprise_error_page_with_messages.html index e35cc10c42..6f9ba7dcc9 100644 --- a/enterprise/templates/enterprise/enterprise_error_page_with_messages.html +++ b/enterprise/templates/enterprise/enterprise_error_page_with_messages.html @@ -5,11 +5,7 @@ {% block contents %}
-
- {% include "enterprise/_enterprise_customer_sidebar.html" %} -
- -
+
{# Display success, error, warning or info messages #} {% alert_messages messages %}
diff --git a/enterprise/templates/enterprise/grant_data_sharing_permissions.html b/enterprise/templates/enterprise/grant_data_sharing_permissions.html index 41eaf122f1..d195c7deb2 100644 --- a/enterprise/templates/enterprise/grant_data_sharing_permissions.html +++ b/enterprise/templates/enterprise/grant_data_sharing_permissions.html @@ -24,10 +24,7 @@ {% block contents %}
-
- {% include "enterprise/_enterprise_customer_sidebar.html" %} -
-
+
{% include "enterprise/_data_sharing_policy.html" %}
diff --git a/enterprise/templates/enterprise/templatetags/course_modal.html b/enterprise/templates/enterprise/templatetags/course_modal.html index 41e6f694e0..99260bb863 100644 --- a/enterprise/templates/enterprise/templatetags/course_modal.html +++ b/enterprise/templates/enterprise/templatetags/course_modal.html @@ -23,30 +23,6 @@

{{ course_title
    - {% if premium_modes|length > 0 %} - {% with course_mode=premium_modes.0 %} - {% if course_mode.original_price %} -
  • -
    -
    - - {{ price_text }} -
    -
    - - {% if course_mode.final_price and course_mode.original_price != course_mode.final_price %} - {{ course_mode.original_price }} - {{ course_mode.final_price }} - {% else %} - {{ course_mode.original_price }} - {% endif %} - -
    -
    -
  • - {% endif %} - {% endwith %} - {% endif %} {% if course_level_type %}