Skip to content

Commit 576a4a2

Browse files
Merge pull request #11 from edly-io/waleed/8191
fix: update logo URL and width variables
2 parents 6c7e354 + fd4ce43 commit 576a4a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tutorindigo/templates/indigo/cms/templates/ace_common/edx_ace/common/base_body.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
<td width="70">
6767
<a href="{% with_link_tracking homepage_url %}">
6868
<img
69-
src="{{ site_configuration_values.BRANDING.logo }}"
69+
src="{{ site_configuration_values.LOGO_URL }}"
7070
alt="{% blocktrans %}Go to {{ platform_name }} Home Page{% endblocktrans %}"
71-
width="{{site_configuration_values.BRANDING.logo_width}}"
71+
width="{{site_configuration_values.LOGO_WIDTH}}"
7272
style="max-width: 200px; height: auto;"
7373
/>
7474
</a>

tutorindigo/templates/indigo/lms/templates/ace_common/edx_ace/common/base_body.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
<td width="70">
6767
<a href="{% with_link_tracking homepage_url %}">
6868
<img
69-
src="{{ site_configuration_values.BRANDING.logo }}"
69+
src="{{ site_configuration_values.LOGO_URL }}"
7070
alt="{% blocktrans %}Go to {{ platform_name }} Home Page{% endblocktrans %}"
71-
width="{{site_configuration_values.BRANDING.logo_width}}"
71+
width="{{site_configuration_values.LOGO_WIDTH}}"
7272
style="max-width: 200px; height: auto;"
7373
/>
7474
</a>

0 commit comments

Comments
 (0)