🚧 switch to bootstrap-flask / bootstrap 4

This commit is contained in:
neingeist 2021-12-04 02:29:56 +01:00
parent 4cec2eb0de
commit 154cf9fa54
5 changed files with 26 additions and 15 deletions

View file

@ -19,7 +19,7 @@ from config import Config
app = Flask(__name__)
app.config.from_object(Config)
app.config['WTF_I18N_ENABLED'] = False # enables WTForms built-in translations
Bootstrap(app)
bootstrap = Bootstrap(app)
attachment_filenames = {}