Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website_legal_page/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'name': "Website Legal Page",
'description': 'Add legal information, such as privacy policy',
'category': 'Website',
'version': '10.0.1.0.0',
'version': '10.0.1.1.0',
'depends': [
'website',
],
Expand Down
6 changes: 3 additions & 3 deletions website_legal_page/views/reusable_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<!-- Base templates for submodules -->
<template id="acceptance_full">
I accept the <a href="/page/legal">legal advice</a>, the
<a href="/page/privacy">privacy policy</a>, and the
<a href="/page/terms">terms of use</a> of this website.
I accept the <a href="/legal/advice">legal advice</a>, the
<a href="/legal/privacy-policy">privacy policy</a>, and the
<a href="/legal/terms-of-use">terms of use</a> of this website.
</template>

</odoo>