-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a896404
commit a6469e3
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<html> | ||
<head> | ||
<title>UbuCon Korea 2023 참가확인증 발급</title> | ||
<title>UbuCon Korea 2024 참가확인증 발급</title> | ||
<link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-4.3.0.min.css" /> | ||
|
||
</head> | ||
<body> | ||
<div class="p-strip--white is-deep"> | ||
<div class="row--25-75"> | ||
<div class="col"> | ||
<h1>UbuCon Korea 2023 참가확인증 발급</h1> | ||
<h2>UbuCon Korea 2023에 참석 해 주셔서 감사합니다! 참가확인증을 발급하려면, 참가 등록 시 사용하신 이메일 주소를 입력 해 주세요.</h2> | ||
<h1>UbuCon Korea 2024 참가확인증 발급</h1> | ||
<h2>UbuCon Korea 2024에 참석 해 주셔서 감사합니다! 참가확인증을 발급하려면, 참가 등록 시 사용하신 이메일 주소를 입력 해 주세요.</h2> | ||
<p>체크인 기록이 있는 경우, 메일로 참가확인증을 바로 발급하여 보내 드립니다. 이메일 발신 주소는 [email protected] 입니다. 간혹 스팸함에 메일이 들어가기도 하니, 참고 해 주시기 바랍니다.</p> | ||
{% if request_done %} | ||
<div class="p-notification--information"> | ||
|