Skip to content

Commit dfca8d7

Browse files
Merge pull request #1443 from IFRCGo/fix/logo--location
Fix/logo location
2 parents 2ce77df + bc7c5a9 commit dfca8d7

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

api/templates/admin/base_site.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<h1 id="site-name">
1010
<a href="{% url 'admin:index' %}">
11-
<img height="40" src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/go-logo-2020.png">
11+
<img height="40" src="https://go.ifrc.org/assets/graphics/layout/go-logo-2020.png">
1212
</a>
1313
{% if HAVING_INGEST_ISSUE and request.user.is_superuser %}
1414
<span title="Ingest issue – please check erroneous api/CronJob item">

main/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .celery import app as celery_app
44

55
__all__ = ['celery_app']
6-
__version__ = '1.1.442'
6+
__version__ = '1.1.443'

notifications/templates/design/head1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
<table width="100%" border="0" cellspacing="0" cellpadding="0">
405405
<tr>
406406
<td class="img text-left">
407-
<img src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
407+
<img src="https://go.ifrc.org/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
408408
</td>
409409
</tr>
410410
</table>

notifications/templates/design/head2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
<table width="100%" border="0" cellspacing="0" cellpadding="0">
405405
<tr>
406406
<td class="img text-left">
407-
<img src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
407+
<img src="https://go.ifrc.org/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
408408
</td>
409409
</tr>
410410
</table>

notifications/templates/design/head3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
<table width="100%" border="0" cellspacing="0" cellpadding="0">
405405
<tr>
406406
<td class="img text-left">
407-
<img src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
407+
<img src="https://go.ifrc.org/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
408408
</td>
409409
</tr>
410410
</table>
@@ -415,7 +415,7 @@
415415
{% for record in records|slice:":1" %}
416416
<td class="text-header text-default text-right" style="display:block; text-align: right;">
417417
<a href="https://{{ record.resource_uri }}" target="_blank" class="link"
418-
><img src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/OpenInGO.png"></a>
418+
><img src="https://go.ifrc.org/assets/graphics/layout/OpenInGO.png"></a>
419419
</td>
420420
{% endfor %}
421421
</tr>

notifications/templates/design/main_newop3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr>
2323
<td class="text-center pb-50" style="text-align: center;">
2424
<a href="https://{{ op.follow_url }}" target="_blank" class="link"
25-
><img src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/FollowThisOperation.png"></a>
25+
><img src="https://go.ifrc.org/assets/graphics/layout/FollowThisOperation.png"></a>
2626
</a>
2727
</td>
2828
</tr>
@@ -123,7 +123,7 @@
123123
</td>
124124
<td style="margin-top: 0.4rem; width: 10%">
125125
<a href="https://{{ op.frontend_url }}/reports/{{ fr.id }}" style="padding: 2px 16px;vertical-align: middle;"
126-
><img src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/ViewFullReport.png"></a>
126+
><img src="https://go.ifrc.org/assets/graphics/layout/ViewFullReport.png"></a>
127127
</a>
128128
</td>
129129
</tr>

notifications/templates/email/flash_update/donor_email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<body>
44
<div class="img text-left">
5-
<img src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
5+
<img src="https://go.ifrc.org/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
66
</div>
77

88
<p>Please click <a href="{{ document_url }}">here</a> to view detail flash update.</p>

notifications/templates/email/flash_update/flash_pdf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<body>
3838
<div class="img text-left">
39-
<img src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
39+
<img src="https://go.ifrc.org/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
4040
</div>
4141
<h1 class="title-heading-main">{{title}}</h1>
4242
<h2 class="heading">Situational Overview</h2>

notifications/templates/email/flash_update/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
<table width="100%" border="0" cellspacing="0" cellpadding="0">
409409
<tr>
410410
<td class="img text-left">
411-
<img src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
411+
<img src="https://go.ifrc.org/assets/graphics/layout/go-logo-2020.png" alt="Logo: International Federation of Red Cross and Red Crescent Societies" height="40" border="0" style="-ms-interpolation-mode:bicubic;" />
412412
</td>
413413
</tr>
414414
</table>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span><a href="https://go.ifrc.org/"><img border="0" align="right" height="40" src="https://dsgoproxyapp.azurewebsites.net/assets/graphics/layout/go-logo-2020.png"></a></span>
1+
<span><a href="https://go.ifrc.org/"><img border="0" align="right" height="40" src="https://go.ifrc.org/assets/graphics/layout/go-logo-2020.png"></a></span>

0 commit comments

Comments
 (0)