I don't think we need the username to be part of the profile editing URL

This commit is contained in:
Christopher Allan Webber
2011-06-21 23:26:45 -05:00
parent 46fd661e34
commit d220f87c12
2 changed files with 2 additions and 4 deletions

View File

@@ -19,5 +19,5 @@ from routes.route import Route
edit_routes = [
# Media editing view handled in user_pages/routing.py
Route('mediagoblin.edit.profile', '/{user}/profile/',
Route('mediagoblin.edit.profile', '/profile/',
controller="mediagoblin.edit.views:edit_profile")]