Skip to content

Commit

Permalink
Fix email
Browse files Browse the repository at this point in the history
  • Loading branch information
leduythuccs committed Oct 6, 2023
1 parent ac1ac23 commit 52699e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion judge/management/commands/send_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def send_account(team_uni, team_name, username, password, coach_email):
'teamusername': username,
'teampassword': password,
})
subject = f'{team_name} - Thông tin tài khoản thi thử ICPC Quốc Gia 2022'
subject = f'{team_name} - Thông tin tài khoản thi ICPC Miền Bắc 2023'
plain_message = strip_tags(html_message)

mail.send_mail(subject, plain_message, settings.SERVER_EMAIL, [coach_email], html_message=html_message)
Expand Down
8 changes: 6 additions & 2 deletions templates/send_account_mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
</div>
<div style="display:block;margin: 0 2px;padding: 1em;border: 3px solid #2980B9;background-color: #f8f8f8;border-radius: 6px;font-size: .95em;color: #444;">

Chúng tôi xin lỗi các về sự nhầm lẫn trong email trước, đây là thông tin về tài khoản thi thử kỳ thi ICPC vòng quốc gia 2022 <br>
Đây là thông tin về tài khoản thi ICPC vòng miền Bắc 2023 <br>

<b>Hệ thống thi: <a href="https://icpc-national.vnoi.info/contests">https://icpc-national.vnoi.info/contests</a></b> <br>
<b>Hệ thống thi: <a href="https://icpc-mb.vnoi.info/contests/">https://icpc-mb.vnoi.info/contests/</a></b> <br>


Tên trường: {{teamuni}} <br>
Tên đội: {{teamname}} <br><br>
Username: {{teamusername}} <br>
Password: {{teampassword}} <br>

<br>

Lưu ý rằng tài khoản này sẽ được dùng trong cả 2 ngày thi thử và thi chính thức. <br>

</div>

0 comments on commit 52699e8

Please sign in to comment.