aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/routing.py
Commit message (Collapse)AuthorAgeFilesLines
* Mount media editing under /u/{username}/m/{media}/edit/Christopher Allan Webber2011-06-041-2/+2
|
* Prepare for moving /edit/ under /u/.../edit/Elrond2011-06-021-1/+1
| | | | | To make moving the whole thing under /u/ easier, prepare to pass in the {user} needed for that.
* Starting "edit" functionality.Elrond2011-05-261-0/+22
This adds a link to the "edit" form, the form, the view for displaying the form and that's about it.