Skip to content

Commit c9824af

Browse files
committed
fix(preferences): included email footers
1 parent 5799e55 commit c9824af

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

intranet/templates/preferences/email/verify_email.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,5 @@
99
Otherwise, you can safely ignore this email.
1010
</p>
1111
{{ verification_link }}
12-
<p>
13-
This was an automated message sent from the TJ Intranet system.
14-
</p>
15-
----
16-
<br>
17-
TJHSST Computer Systems Lab
18-
6560 Braddock Rd., Alexandria, VA 22132
1912

13+
{% include "email_footer.html" %}

intranet/templates/preferences/email/verify_emailtxt renamed to intranet/templates/preferences/email/verify_email.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ Somone, hopefully you, has requested to add this email to their ION account.
55
If this was you, you may navigate to the link below and verify this email. Otherwise, you can safely ignore this email.
66
{{ verification_link }}
77

8-
This was an automated message sent from the TJ Intranet system.
9-
----
10-
TJHSST Computer Systems Lab 6560 Braddock Rd., Alexandria, VA 22132
8+
{% include "email_footer.txt" %}

0 commit comments

Comments
 (0)