From 7b3d1d2475a8fc0e206aad62e35001749c718311 Mon Sep 17 00:00:00 2001 From: Dan Subak Date: Wed, 22 Jul 2026 09:01:55 -0400 Subject: [PATCH 1/2] Change font color, make sure that the button is 120px, make sure the button is left aligned in outlook (#3774) --- .../mail/enrollment_code_assignment/body.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/b2b/templates/mail/enrollment_code_assignment/body.html b/b2b/templates/mail/enrollment_code_assignment/body.html index 3b1054bc26..b71cee2029 100644 --- a/b2b/templates/mail/enrollment_code_assignment/body.html +++ b/b2b/templates/mail/enrollment_code_assignment/body.html @@ -6,12 +6,12 @@ - - @@ -19,9 +19,9 @@
+ You've been invited to learn with MIT.
+

{{ organization_name }} has provided you with access to {{ contract_name }} on MIT Learn.

Enroll to access your courses and begin learning.

- +
- @@ -42,13 +44,13 @@ - - From 12fec3c8cdd744343cdf4772529b95faa1fafa7c Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 22 Jul 2026 14:29:49 +0000 Subject: [PATCH 2/2] Release 1.160.5 --- RELEASE.rst | 5 +++++ main/settings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 2f4dad1768..78cdf66637 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 1.160.5 +--------------- + +- Change font color, make sure that the button is 120px, make sure the button is left aligned in outlook (#3774) + Version 1.160.4 (Released July 22, 2026) --------------- diff --git a/main/settings.py b/main/settings.py index 1a5ed27f16..5ba9f80cbb 100644 --- a/main/settings.py +++ b/main/settings.py @@ -37,7 +37,7 @@ from main.sentry import init_sentry from openapi.settings_spectacular import open_spectacular_settings -VERSION = "1.160.4" +VERSION = "1.160.5" log = logging.getLogger()
+ Enroll
+

If you're unable to use the button above, copy and paste this link into your browser:

{{code_url}}
+

Welcome to MIT Learn,

MIT Learn Team