Flask-FomanticUI icon indicating copy to clipboard operation
Flask-FomanticUI copied to clipboard

Flask extension to allow easy embedding of Fomantic-UI CSS Framework.

Results 2 Flask-FomanticUI issues
Sort by recently updated
recently updated
newest added

[Flask 2.3.0](https://flask.palletsprojects.com/en/3.0.x/changes/#version-2-3-0) deprecated its Markup class in favor of of MarkupSafe. This causes an import error when using Flask-FomanticUI with newer Flask releases. Fixes juniors90/Flask-FomanticUI#3

With the latest version of Flask installed (e.g., version 3.0.3), Python signals an import error when importing Flask-FomanticUI: ``` src/app.py:24: in from flask_fomanticui import FomanticUI .venv/lib/python3.11/site-packages/flask_fomanticui/__init__.py:35: in from .core import...