Skip to content

Commit

Permalink
fix: logo_url not in email
Browse files Browse the repository at this point in the history
The logo_url variable isn't available on email templates.
fccn/nau-technical#103
  • Loading branch information
igobranco committed Jun 11, 2024
1 parent 1277c1f commit cc6b588
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ecommerce/nau/templates/oscar/customer/email_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@
<td align="center" valign="top">
<!-- 600px container (white background) -->
<table class="cn-container">
<tr>
<td style="padding-left:30px; padding-right:30px" align="left">
<br>
<img alt="{{ platform_name }} logo" src="{{ logo_url }}" width="100">
</td>
</tr>
{% block body %}
{% endblock body %}
{% block footer %}
Expand Down

0 comments on commit cc6b588

Please sign in to comment.