Skip to content

Commit

Permalink
Merge pull request #119 from newtheatre/davidtaylorhq-patch-4
Browse files Browse the repository at this point in the history
Actually fix email logo
  • Loading branch information
davidtaylorhq committed Apr 22, 2018
2 parents 64a55f7 + b2c1f86 commit 7ba513f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tickets/templates/email/confirm.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<table class="twelve columns">
<tr>
<td class="six sub-columns">
<img height="50" src="https://{{ request.get_host }}{% static 'images/nt_full_colour_logo.png' %}" alt="Nottingham New Theatre Logo">
<img height="50" src="https://{{settings.BASE_URL}}{% static 'images/nt_full_colour_logo.png' %}" alt="Nottingham New Theatre Logo">
</td>
<td class="six sub-columns last" align="right" style="text-align:right; vertical-align:middle;">
<span class="template-label"></span>
Expand Down
2 changes: 1 addition & 1 deletion tickets/templates/email/confirm_inline.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
<center style="width: 100%; min-width: 580px;">
<table class="container" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: inherit; width: 580px; margin: 0 auto; padding: 0;"><tr style="vertical-align: top; text-align: left; padding: 0;" align="left"><td class="wrapper last" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; position: relative; color: #222222; font-family: 'Helvetica','Arial',sans-serif; font-weight: normal; line-height: 19px; font-size: 14px; margin: 0; padding: 10px 0px 0px;" align="left" valign="top">
<table class="twelve columns" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; width: 580px; margin: 0 auto; padding: 0;"><tr style="vertical-align: top; text-align: left; padding: 0;" align="left"><td class="six sub-columns" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; min-width: 0px; width: 50%; color: #222222; font-family: 'Helvetica','Arial',sans-serif; font-weight: normal; line-height: 19px; font-size: 14px; margin: 0; padding: 0px 10px 0px 0px;" align="left" valign="top">
<img height="50" src="https://{{ request.get_host }}{% static 'images/nt_full_colour_logo.png' %}" alt="Nottingham New Theatre Logo" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: left; clear: both; display: block;" align="left" /></td>
<img height="50" src="https://{{settings.BASE_URL}}{% static 'images/nt_full_colour_logo.png' %}" alt="Nottingham New Theatre Logo" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: left; clear: both; display: block;" align="left" /></td>
<td class="six sub-columns last" align="right" style="text-align: right; vertical-align: middle; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; min-width: 0px; width: 50%; color: #222222; font-family: 'Helvetica','Arial',sans-serif; font-weight: normal; line-height: 19px; font-size: 14px; margin: 0; padding: 0px;" valign="middle">
<span class="template-label" style="color: #ffffff; font-weight: bold; font-size: 11px;"></span>
</td>
Expand Down

0 comments on commit 7ba513f

Please sign in to comment.