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)