Skip to content

Commit c41c561

Browse files
authored
Merge pull request #421 from EBI-G2P/fix/email_g2p_logo
Remove the G2P logo from the emails
2 parents cb4de33 + 2cc96f3 commit c41c561

5 files changed

Lines changed: 7 additions & 12 deletions

File tree

Binary file not shown.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "mail_templated/base.tpl" %} {% load static %}
1+
{% extends "mail_templated/base.tpl" %}
22

33
{% block subject %}
44
Hi {{ user }},
@@ -8,7 +8,6 @@ Hi {{ user }},
88
<p>The password to the account <strong> {{ email }} </strong> has been changed successfully </p>
99
<p>If you do not recognize this action please contact the G2P team at <a href="mailto:g2p-help@ebi.ac.uk">g2p-help@ebi.ac.uk</a>.</p>
1010
<footer>
11-
<p>The G2P team</p>
12-
<img src="{% static 'gene2phenotype_app/G2P_ALL.png' %}" alt="G2P Logo" />
11+
<p>The G2P team</p>
1312
</footer>
1413
{% endblock %}

gene2phenotype_project/gene2phenotype_app/templates/gene2phenotype_app/confidence_change_email.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{% load static %} {# Load static at the top #}
21

32
{% block subject %}
43
Hi,
@@ -16,7 +15,6 @@ Hi,
1615
</p>
1716

1817
<footer>
19-
<p>The G2P team</p>
20-
<img src="{% static 'gene2phenotype_app/G2P_ALL.png' %}" alt="G2P Logo" />
18+
<p>The G2P team</p>
2119
</footer>
2220
{% endblock %}

gene2phenotype_project/gene2phenotype_app/templates/gene2phenotype_app/create_user_email.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "mail_templated/base.tpl" %} {% load static %}
1+
{% extends "mail_templated/base.tpl" %}
22

33
{% block subject %}
44
Account Created: Welcome to G2P, {{ first_name }} {{ last_name }},
@@ -18,7 +18,6 @@ Account Created: Welcome to G2P, {{ first_name }} {{ last_name }},
1818

1919
<p>Thank you for using G2P</p>
2020
<footer>
21-
<p>The G2P team</p>
22-
<img src="{% static 'gene2phenotype_app/G2P_ALL.png' %}" alt="G2P Logo" />
21+
<p>The G2P team</p>
2322
</footer>
2423
{% endblock %}

gene2phenotype_project/gene2phenotype_app/templates/gene2phenotype_app/password_reset_email.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "mail_templated/base.tpl" %} {% load static %}
1+
{% extends "mail_templated/base.tpl" %}
22

33
{% block subject %}
44
Hi {{ user }},
@@ -10,7 +10,6 @@ Hi {{ user }},
1010
<p> If you think you received this email in error, please contact the G2P team at <a href="mailto:g2p-help@ebi.ac.uk">g2p-help@ebi.ac.uk</a>.</p>
1111
<p>Thank you</p>
1212
<footer>
13-
<p>The G2P team</p>
14-
<img src="{% static 'gene2phenotype_app/G2P_ALL.png' %}" alt="G2P Logo" />
13+
<p>The G2P team</p>
1514
</footer>
1615
{% endblock %}

0 commit comments

Comments
 (0)