Skip to content

Commit 896433b

Browse files
authored
Merge pull request #384 from ComputerScienceHouse/tyler-dev
Updated Packet Start email
2 parents e2f7f07 + 6dff6d8 commit 896433b

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

packet/templates/mail/packet_start.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ <h2>Hello {{ packet.freshman.name }},</h2>
66
<h3>Welcome to Computer Science House!</h3>
77
<p>Soon you'll starting the introductory process for CSH, and the first part of that is Packet.</p>
88
<p>Your packet will start on <span class="badge">{{ packet.start.strftime('%A, %B %-d') }} at {{ packet.start.strftime('%-I:%M %p') }}</span></p>
9-
<p>You can view your packet at <a href="{{ config["PROTOCOL"] + config["PACKET_INTRO"] }}">{{ config["PACKET_INTRO"] }}</a> with
10-
the credentials you should have been sent.</p>
11-
<p>If you don't know your credentials, reach out to an <a href="mailto:[email protected]">RTP</a></p>
12-
<p>If you have any questions about Packet or the introductory process, email <a href="mailto:[email protected]">[email protected]</a></p>
13-
<p>If you have any questions about login credentials or any technical issues, email <a href="mailto:[email protected]">[email protected]</a></p>
9+
<p>You can view your packet at <a href="{{ config["PROTOCOL"] + config["PACKET_INTRO"] }}">{{ config["PACKET_INTRO"] }}</a> once you receive credentials.</p>
10+
<p>If it is <b>past the start date</b> and you have still not received credentials, please reach out to an <a href="mailto:[email protected]">RTP</a></p>
11+
<p>If it is <b>past the start date</b> and you have any questions about Packet or the introductory process, email <a href="mailto:[email protected]">[email protected]</a></p>
12+
<p>If it is <b>past the start date</b> and you have any questions about login credentials or any technical issues, email <a href="mailto:[email protected]">[email protected]</a></p>
1413
</div>
1514
{% endblock %}

packet/templates/mail/packet_start.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Soon you'll starting the introductory process for CSH, and the first part of tha
66

77
Your packet will start on {{ packet.start.strftime('%A, %B %-d') }} at {{ packet.start.strftime('%-I:%M %p') }}
88

9-
You can view your packet at {{ config["PROTOCOL"] + config["PACKET_INTRO"] }} with the credentials you should have been sent.
10-
If you don't know your credentials, reach out to an RTP
9+
You can view your packet at {{ config["PROTOCOL"] + config["PACKET_INTRO"] }} once you receive credentials.
10+
If it is past the start date and you don't know your credentials, reach out to an RTP
1111

12-
If you have any questions about Packet or the introductory process, email [email protected]
12+
If it is past the start date and you have any questions about Packet or the introductory process, email [email protected]
1313

14-
If you have any questions about login credentials or any technical issues, email [email protected]
14+
If it is past the start date and you have any questions about login credentials or any technical issues, email [email protected]

0 commit comments

Comments
 (0)