From 3b99d2a8dd73c561ebe4404c81a5d64e8757fb34 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 24 Nov 2023 11:59:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BE=D0=BA=D0=BD=D0=BE=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=82=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D1=85=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=BE=D0=B2=20#5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++------ adminpanelapp/templates/send_telegram_message.html | 8 ++++---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index f58b8f3..5478952 100644 --- a/.gitignore +++ b/.gitignore @@ -3,15 +3,12 @@ config_root_ids __pycache__ log.txt bot.db -<<<<<<< HEAD adminpanelapp/migrations __init__.py .env -<<<<<<< HEAD -======= tmp.py ->>>>>>> 46ad1a6aefd07c5f411d1921fa7145d938b56dd8 -======= .idea/ venv/ ->>>>>>> f39b738d22a536bddc60ea3016319ce06869a670 +tmp.py +.idea +venv/ diff --git a/adminpanelapp/templates/send_telegram_message.html b/adminpanelapp/templates/send_telegram_message.html index 4644d06..030b159 100644 --- a/adminpanelapp/templates/send_telegram_message.html +++ b/adminpanelapp/templates/send_telegram_message.html @@ -1,6 +1,6 @@
-{% csrf_token %} - - - + {% csrf_token %} + + +
\ No newline at end of file