I don't think we need the username to be part of the profile editing URL
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user