Pander

Results 560 comments of Pander

This works, but I hope it can be done in a shorter way {{ render_icon('search') }}

Ah, Jinja has a mechanism for this. Note to self, use https://jinja.palletsprojects.com/en/3.0.x/templates/#whitespace-control

The CDNs listed at https://github.com/greyli/bootstrap-flask/issues/83 provide CDN for both Bootstrap and Bootswatch

Note that the workaround is not showing the custom text for a mouse hover of the field.

Solution is to use the `message` parameter in the validator constructor, see also https://wtforms.readthedocs.io/en/3.0.x/validators/?highlight=message

Note that the validator message only works when the specific validation fails and the description needs to be changed in red text. For a required field or a field with...

There is more functionality in bootstrap-flask which is not specifically Bootstrap. The solution you provided works but is a heavy one. As @greyli indicated this as a feature, I still...

Thanks for your question. However, this is out of scope for the following reason. They way rule based spell checking with affixes works is that contradicting results can emerge in...

Thanks. If we have a new release we will look into it.