diff --git a/ospaz_site/urls.py b/ospaz_site/urls.py index 90147ba..6d122c8 100644 --- a/ospaz_site/urls.py +++ b/ospaz_site/urls.py @@ -23,5 +23,4 @@ urlpatterns = [ path('', include('index.urls')), path('account/', include('users.urls')), path('admin/', admin.site.urls), - path('favicon.ico', lambda req: serve(req, 'favicon.svg')) ] diff --git a/templates/403.html b/templates/403.html new file mode 100644 index 0000000..860f197 --- /dev/null +++ b/templates/403.html @@ -0,0 +1,12 @@ +{% extends 'base.html' %} +{% load static %} + +{% block title %} Отказано в доступе {% endblock %} + +{% block header %} +