From 5d7ab60c629a0827efcf37dbb7d7b20640fee63a Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Fri, 4 Feb 2022 22:56:58 +0200 Subject: [PATCH] remove pagedown --- flask/forest/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/flask/forest/__init__.py b/flask/forest/__init__.py index bc82546..74ccc3b 100644 --- a/flask/forest/__init__.py +++ b/flask/forest/__init__.py @@ -44,8 +44,6 @@ mail.init_app(app) bootstrap = Bootstrap() bootstrap.init_app(app) -pagedown = PageDown(app) - csrf = CSRFProtect(app) #csrf.init_app(app)