summaryrefslogtreecommitdiffstats
path: root/forms.py
Commit message (Expand)AuthorAgeFilesLines
* widgets: add TextArea, that caches rows/cols until renderingAlexander Sulfrian2014-11-191-1/+4
* forms: use Form from flask.ext.wtf as base for all formsAlexander Sulfrian2014-11-191-2/+3
* forms: use models_form from wtfpeewee for CreateGroupAlexander Sulfrian2014-11-191-10/+12
* add public field for groupsAlexander Sulfrian2013-09-041-1/+2
* forms: group name should not start with special characterAlexander Sulfrian2013-09-041-0/+2
* forms: fix regexpAlexander Sulfrian2013-09-041-1/+1
* add ability to delete groupsAlexander Sulfrian2013-09-041-1/+5
* add ability to create new groupsAlexander Sulfrian2013-09-041-0/+11