diff --git a/cadpoint/cadpoint/urls.py b/cadpoint/cadpoint/urls.py index ddeceb2..7d4cc38 100644 --- a/cadpoint/cadpoint/urls.py +++ b/cadpoint/cadpoint/urls.py @@ -40,6 +40,7 @@ urlpatterns = [ url(r'^aboutcadpoint.html/(?P\d*)-\S*$', views.redirect_item), url(r'^item/(?P\d*)-\S*$', views.show_item), + url(r'^sitemap.xml$', views.sitemap), ] diff --git a/cadpoint/templates/index.jinja2 b/cadpoint/templates/index.jinja2 index 59f5ec9..8e31344 100644 --- a/cadpoint/templates/index.jinja2 +++ b/cadpoint/templates/index.jinja2 @@ -53,7 +53,7 @@
{% for i in LENTA %}{% endfor %}{% if LENTA %}{# НАВИГАЦИЯ ПО СТРАНИЦАМ СО СПИСКАМИ КОНТЕНТА ИЗ ПРОИЗВОЛЬНОЙ КАТЕГОРИИ: НАЧАЛО #}
@@ -94,8 +94,6 @@
{# НАВИГАЦИЯ ПО СТРАНИЦАМ СО СПИСКАМИ КОНТЕНТА ИЗ ПРОИЗВОЛЬНОЙ КАТЕГОРИИ: КОНЕЦ #}{% endif %} - -
{##}