app/django/contrib/sitemaps/templates/sitemap_index.xml
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 16 Oct 2008 13:16:46 +0000
changeset 355 9b3f26057f74
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Change name of getUserFromLinkNameOrDie function to getUserFromLinkNameOr404 and apply changes to affected files. 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>