baby step towards enabling profile edits
authorcfdv <caldavis@gmail.com>
Sat, 18 Jun 2011 21:42:22 +0000 (16:42 -0500)
committercfdv <caldavis@gmail.com>
Sat, 18 Jun 2011 21:42:22 +0000 (16:42 -0500)
commit630b57a366d10495a89d392c9b02cf432e6a1599
treec4ba80c7be6535fe2eb8f9d07e7a072643b94edb
parent279d925e757d9756e09e14316f0d85b6e20624ea
baby step towards enabling profile edits

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
* ?
mediagoblin/db/models.py
mediagoblin/edit/forms.py
mediagoblin/edit/routing.py
mediagoblin/edit/views.py
mediagoblin/templates/mediagoblin/edit/edit_profile.html [new file with mode: 0644]
mediagoblin/templates/mediagoblin/root.html