[FIX] stupid typo

This commit is contained in:
Richard Mathot 2014-06-02 17:01:44 +02:00
parent 8dc0503aa5
commit bd2473f8dc
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
</template>
<!-- Layout add nav and footer -->
<template id="header_footer_custom" inherit_id="website.footer_custom" name="Footer Events Link">
<template id="header_footer_custom" inherit_id="website.footer_default" name="Footer Events Link">
<xpath expr="//ul[@id='products']" position="inside">
<li><a href="/event">Events</a></li>
</xpath>

View File

@ -14,7 +14,7 @@
</template>
<!-- Layout add nav and footer -->
<template id="header_footer_custom" inherit_id="website.footer_custom"
<template id="header_footer_custom" inherit_id="website.footer_default"
name="Footer Questions Link">
<xpath expr="//ul[@id='products']" position="inside">
<li><a t-attf-href="/forum/%(website_forum.forum_help)d">Q&amp;A</a></li>

View File

@ -3,7 +3,7 @@
<data>
<!-- Layout add nav and footer -->
<template id="header_footer_custom" inherit_id="website.footer_custom"
<template id="header_footer_custom" inherit_id="website.footer_default"
name="Footer Documentation Link">
<xpath expr="//ul[@id='products']" position="inside">
<li><a href="/forum/how-to">Documentation</a></li>