[FIX] layout - use company name for attribut alt of company logo

This commit is contained in:
Jeremy Kersten 2014-11-14 16:19:33 +01:00
parent 3540484138
commit eb2e53276a
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@
<template id="layout_logo_show" inherit_id="website.layout" customize_show="True" name="Show Logo">
<xpath expr="//header//a[@class='navbar-brand']" position="replace">
<a href="/" class="navbar-brand logo">
<img src="/logo.png" alt="Logo of company"/>
<img src="/logo.png" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name"/>
</a>
</xpath>
</template>