Skip to content

Commit

Permalink
fix: use LOGO_URL_PNG_FOR_EMAIL instead of LOGO_URL (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 authored Aug 28, 2024
1 parent 87b1aaf commit 83675c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/ace_common/edx_ace/common/base_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<tr>
<td width="70">
<a href="{% with_link_tracking site_configuration_values.HOMEPAGE_URL %}"><img
src="{{ site_configuration_values.LOGO_URL }}" width="124.3"
src="{{ site_configuration_values.LOGO_URL_PNG_FOR_EMAIL }}" width="124.3"
height="33" alt="{% filter force_escape %}{% blocktrans %}Go to {{ platform_name }} Home Page{% endblocktrans %}{% endfilter %}"/></a>
</td>
<td align="right" style="text-align: {{ LANGUAGE_BIDI|yesno:"left,right" }};">
Expand Down

0 comments on commit 83675c5

Please sign in to comment.