From 3ff99514648a015fac8cd2434b14405ae8f594fc Mon Sep 17 00:00:00 2001 From: soohyunme Date: Thu, 18 Sep 2025 01:44:01 +0900 Subject: [PATCH] fix(cert): E-mail message format --- cert/backend/src/utils/template_content.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cert/backend/src/utils/template_content.py b/cert/backend/src/utils/template_content.py index 20c83c3..ec8b4e9 100644 --- a/cert/backend/src/utils/template_content.py +++ b/cert/backend/src/utils/template_content.py @@ -23,7 +23,7 @@ def get_email_template(recipient_name: str, course_name: str, season: str, role: body = f""" 안녕하세요, {recipient_name}님! -PseudoLab {course_name} {season} 수료를 축하드립니다! 🎉 +PseudoLab {course_name} {season}기 수료를 축하드립니다! 🎉 📋 활동 정보: • 스터디명: {course_name} @@ -34,6 +34,6 @@ def get_email_template(recipient_name: str, course_name: str, season: str, role: 앞으로도 많은 관심과 참여 부탁드립니다! 🚀 감사합니다. -PseudoLab 팀 +PseudoLab 드림 """ return body \ No newline at end of file