🚧 switch to bootstrap-flask / bootstrap 4
This commit is contained in:
parent
4cec2eb0de
commit
154cf9fa54
5 changed files with 26 additions and 15 deletions
|
@ -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 = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue