diff --git a/etpgrf_site/etpgrf_site/urls.py b/etpgrf_site/etpgrf_site/urls.py index b779b47..61fe1ea 100644 --- a/etpgrf_site/etpgrf_site/urls.py +++ b/etpgrf_site/etpgrf_site/urls.py @@ -7,11 +7,6 @@ from django.contrib.staticfiles.storage import staticfiles_storage urlpatterns = [ path(route='adm-in/', view=admin.site.urls), - path( - route="favicon.ico", - view=RedirectView.as_view(url=staticfiles_storage.url("favicon.ico")), - name="favicon", - ), path(route='', view=include('typograph.urls')), ] diff --git a/etpgrf_site/typograph/templates/typograph/base.html b/etpgrf_site/typograph/templates/typograph/base.html index 8817d3d..a7394f3 100644 --- a/etpgrf_site/typograph/templates/typograph/base.html +++ b/etpgrf_site/typograph/templates/typograph/base.html @@ -66,7 +66,7 @@
© Sergei Erjemin, 2025–{% now 'Y' %}. - v0.1.3 / v0.1.3 + v0.1.3 / v0.1.4 {# Сводная статистика (HTMX) #}