From 8bd5a54cf588266848e99084789ed2ea5b59ebc8 Mon Sep 17 00:00:00 2001 From: erjemin Date: Sun, 23 Aug 2026 22:27:06 +0300 Subject: [PATCH] =?UTF-8?q?add:=20csrf=20=D0=B2=20=D1=88=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D0=BE=D0=BD=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hypn0/hypn0/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hypn0/hypn0/settings.py b/hypn0/hypn0/settings.py index 5916024..6c00956 100644 --- a/hypn0/hypn0/settings.py +++ b/hypn0/hypn0/settings.py @@ -93,6 +93,7 @@ TEMPLATES = [ 'OPTIONS': { 'context_processors': [ 'django.template.context_processors.request', + 'django.template.context_processors.csrf', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'hypn0_site.context_processors.site_context',