aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* Converting all forms to use the "fake/null" gettext conversion functionChristopher Allan Webber2011-08-101-1/+1
| | | | | Gettext doesn't actually get run right in the form but we do need to wrap the strings in _() so stuff extracts :)
* Marked relevant strings in python views/forms for translation via ugettextChristopher Allan Webber2011-08-081-7/+9
|
* New password check error messageChristopher Allan Webber2011-06-051-1/+3
|
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
|
* Logins seem to work.Christopher Allan Webber2011-04-031-0/+10
|
* Use the passwordfield for password fields, obviously ;oChristopher Allan Webber2011-04-031-3/+3
|
* Registering almost works right :)Christopher Allan Webber2011-04-031-0/+37