Skip to content

Commit

Permalink
[FIX] layout - use company name for attribut alt of company logo
Browse files Browse the repository at this point in the history
  • Loading branch information
JKE-be committed Nov 14, 2014
1 parent 3540484 commit eb2e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/website/views/website_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit eb2e532

Please sign in to comment.