aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* Sorry, that OptionalField belonged there.Christopher Allan Webber2011-07-091-1/+2
| | | | I am a bad person and am not allowed to commit anything else today.
* <Elrond> Oh well... Did I really have this wtforms cruft in my setup_workbenchChristopher Allan Webber2011-07-091-2/+1
| | | | commit. :-( I don't know even, how it got in there. :-|
* Bug #437 - adds required validator to slug field for media edit'Caleb Forbes Davis V2011-07-071-1/+2
| | | | otherwise we get a 404 because we navigate to blank slug
* B #429 - form validation allows blank profile urlCaleb Forbes Davis V2011-07-051-1/+2
|
* Several small UI changes to edit profile page: moved header, changed form ↵Jef van Schendel2011-06-221-3/+3
| | | | wording, changed css class
* baby step towards enabling profile editscfdv2011-06-181-0/+7
| | | | | | | | | | | | | | | adds * url and bio fields to database * form for editing the user profile * route to the edit profile controller * view for the profile editing page * template for the profile editing page * link to edit profile in the welcome page still needs * thorough inspection to see if it makes sense * tests * ?
* Starting "edit" functionality.Elrond2011-05-261-0/+27
This adds a link to the "edit" form, the form, the view for displaying the form and that's about it.