diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-12 12:34:42 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | daf88e778bd39d908dca9efc3571d37adbd2ff4a (patch) | |
| tree | 33728fc5bb7d392a9003ef2886b0da0a338abf60 /tests/sitemaps_tests/templates/custom_sitemap_index.xml | |
| parent | 31878b4d7387835c5cec5e7fc5b473b737065a58 (diff) | |
Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.
Diffstat (limited to 'tests/sitemaps_tests/templates/custom_sitemap_index.xml')
| -rw-r--r-- | tests/sitemaps_tests/templates/custom_sitemap_index.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sitemaps_tests/templates/custom_sitemap_index.xml b/tests/sitemaps_tests/templates/custom_sitemap_index.xml deleted file mode 100644 index 406c6b7606..0000000000 --- a/tests/sitemaps_tests/templates/custom_sitemap_index.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- This is a customised template --> -<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -{% for location in sitemaps %}<sitemap><loc>{{ location }}</loc></sitemap>{% endfor %} -</sitemapindex> |
