app/django/contrib/sitemaps/templates/sitemap_index.xml
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 22 Jan 2009 22:04:00 +0000
changeset 908 8f7e89cacd2e
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Remove unused decorators import from soc.views.models.role module. Patch by: Pawel Solyga Review by: to-be-reviewed

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for location in sitemaps %}<sitemap><loc>{{ location }}</loc></sitemap>{% endfor %}
</sitemapindex>