Skip to content

Commit

Permalink
Fix missing alt attribute in email template
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel authored and dakotabenjamin committed Jul 9, 2021
1 parent 3a41550 commit 1b2e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/services/messaging/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 580px; padding: 10px;">
<h1 style="font-family: sans-serif; font-weight: 600; margin: 0 0 20px 0; font-size: 20px">
{% if values['ORG_LOGO'] %}
<img src="{{values['ORG_LOGO']}}" style="height: 40px; padding-bottom: 5px; vertical-align: middle; border: 0; "/>
<img src="{{values['ORG_LOGO']}}" alt="{{values['ORG_CODE']}} logo" style="height: 40px; padding-bottom: 5px; vertical-align: middle; border: 0; "/>
{% endif %}
{{values['ORG_CODE']}} Tasking Manager
</h1>
Expand Down

0 comments on commit 1b2e6a6

Please sign in to comment.