aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/forms.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.