Fix, fix, fix template syntax
parent
c19b9ad52a
commit
9337a97555
|
@ -95,7 +95,7 @@
|
|||
<td>
|
||||
<a href="{{ home_url }}"
|
||||
title="{{ home_url_name }}">
|
||||
<img src="{{ static("emails/email-logo.png" alt="Taiga" height="32" />
|
||||
<img src="{{ static("emails/email-logo.png") }}" alt="Taiga" height="32" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue