Skip to content

Commit 657dc67

Browse files
committed
No hardwired protocols to email templates
1 parent 16146b1 commit 657dc67

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<p>You are receiving this email because you requested a reset to your IFRC GO password. If you did not request a reset, ignore this email.
22
{% include "includes/logo.html" %}</p>
33

4-
<p>To reset your IFRC GO password, <a href="https://{{ frontend_url }}/recover-account/{{ username }}/{{ token }}">click here.</a>
4+
<p>To reset your IFRC GO password, <a href="{{ frontend_url }}/recover-account/{{ username }}/{{ token }}">click here.</a>

notifications/templates/email/registration/outside-email-success.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p>If you do experience any problems, please contact <a href="mailto:im@ifrc.org">im@ifrc.org</a>.</p>
66

7-
<p>You can start your IFRC GO experience <a href="https://{{ frontend_url }}/login">here</a>.</p>
7+
<p>You can start your IFRC GO experience <a href="{{ frontend_url }}/login">here</a>.</p>
88

99
<p>Thank you,</p>
1010

0 commit comments

Comments
 (0)