Skip to content

Commit 683340d

Browse files
authored
Merge pull request pallets-eco#2178 from Zianor/master
Change Markup import in example to MarkupSafe
2 parents bda01aa + 80bcea8 commit 683340d

File tree

1 file changed

+1
-1
lines changed
  • examples/forms-files-images

1 file changed

+1
-1
lines changed

examples/forms-files-images/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from wtforms import fields, widgets
88

99
from sqlalchemy.event import listens_for
10-
from jinja2 import Markup
10+
from MarkupSafe import Markup
1111

1212
from flask_admin import Admin, form
1313
from flask_admin.form import rules

0 commit comments

Comments
 (0)