summaryrefslogtreecommitdiffstats
path: root/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* add public field for groupsAlexander Sulfrian2013-09-041-1/+2
|
* forms: group name should not start with special characterAlexander Sulfrian2013-09-041-0/+2
| | | | | | | | The route /<group_name>/ is used for displaying the group infos. If you want to support additional sites (like all public browsable groups), you need a possibility to recognize such urls. So the group name now has to start with a non special characters. So we could support paths like /_all/ for special pages.
* 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