[IMP] website: do not translate sitemap URL

This commit is contained in:
Olivier Dony 2014-08-13 10:51:39 +02:00
parent bd3df7bfa1
commit 4114c761dd
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ Sitemap: <t t-esc="url_root"/>sitemap.xml
<template id="sitemap_index_xml">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
<sitemapindex t-attf-xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap t-foreach="pages" t-as="page">
<sitemap t-translate="off" t-foreach="pages" t-as="page">
<loc><t t-esc="url_root"/>sitemap-<t t-esc="page"/>.xml</loc>
</sitemap>
</sitemapindex>