Fix, fix, fix template syntax

remotes/origin/enhancement/email-actions
David Barragán Merino 2014-02-06 18:42:43 +01:00
parent c19b9ad52a
commit 9337a97555
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
<td> <td>
<a href="{{ home_url }}" <a href="{{ home_url }}"
title="{{ home_url_name }}"> 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> </a>
</td> </td>
</tr> </tr>