Skip to content

Commit d02eb28

Browse files
committed
Increase the size of the logo
1 parent 56baed4 commit d02eb28

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

gene2phenotype_project/gene2phenotype_app/templates/gene2phenotype_app/change_password_email.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Hi {{ user }},
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>
1111
<p>The G2P team</p>
12-
<img src="cid:g2p_logo" alt="G2P Logo" width="56" height="56" style="width:56px;height:56px;" />
12+
<img src="cid:g2p_logo" alt="G2P Logo" width="72" height="72" style="width:72px;height:72px;" />
1313
</footer>
1414
{% endblock %}

gene2phenotype_project/gene2phenotype_app/templates/gene2phenotype_app/confidence_change_email.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Hi,
1616

1717
<footer>
1818
<p>The G2P team</p>
19-
<img src="cid:g2p_logo" alt="G2P Logo" width="56" height="56" style="width:56px;height:56px;" />
19+
<img src="cid:g2p_logo" alt="G2P Logo" width="72" height="72" style="width:72px;height:72px;" />
2020
</footer>
2121
{% endblock %}

gene2phenotype_project/gene2phenotype_app/templates/gene2phenotype_app/create_user_email.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Account Created: Welcome to G2P, {{ first_name }} {{ last_name }},
1919
<p>Thank you for using G2P</p>
2020
<footer>
2121
<p>The G2P team</p>
22-
<img src="cid:g2p_logo" alt="G2P Logo" width="56" height="56" style="width:56px;height:56px;" />
22+
<img src="cid:g2p_logo" alt="G2P Logo" width="72" height="72" style="width:72px;height:72px;" />
2323
</footer>
2424
{% endblock %}

gene2phenotype_project/gene2phenotype_app/templates/gene2phenotype_app/password_reset_email.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Hi {{ user }},
1111
<p>Thank you</p>
1212
<footer>
1313
<p>The G2P team</p>
14-
<img src="cid:g2p_logo" alt="G2P Logo" width="56" height="56" style="width:56px;height:56px;" />
14+
<img src="cid:g2p_logo" alt="G2P Logo" width="72" height="72" style="width:72px;height:72px;" />
1515
</footer>
1616
{% endblock %}

gene2phenotype_project/gene2phenotype_app/utils/mail_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
_LOGO_STATIC_PATH = "gene2phenotype_app/G2P-ALL.png"
88

99
# Must match the width/height set on the <img> tag in the email templates.
10-
LOGO_DISPLAY_PX = 56
10+
LOGO_DISPLAY_PX = 72
1111

1212

1313
def attach_g2p_logo(message):

0 commit comments

Comments
 (0)