summaryrefslogtreecommitdiffstats
path: root/utils/widgets.py
Commit message (Collapse)AuthorAgeFilesLines
* forms: Try to disable autocomplete on forms with password fieldsAlexander Sulfrian2016-01-121-0/+12
| | | | | | | | By default browsers (at least chrome is very agressive) try to detect forms with password inputs and try to insert saved passwords (for example from the login page). The default attribute to disable this (autocomplete=off) is ignored sometimes. Therefore we add two hidden input fields, that disable the auto filling at least in chrome.
* utils: Call __init__ from base class from TextAreaAlexander Sulfrian2016-01-121-0/+1
| | | | | The derived class should call __init__ from its base class. The call was missing in the extended TextArea.
* Use sqlalchemy, flask-migrate, flask-login and flask-scriptAlexander Sulfrian2016-01-101-0/+21
No peewee anymore. All dependencies are available as debian packages now.