aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages/routing.py
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2012-10-23 01:09:09 +0200
committerJoar Wandborg <git@wandborg.com>2012-10-23 01:10:46 +0200
commitc43f8c1d927c7b01d70bdd5662848fa3009f1141 (patch)
tree15fac419a83f7946c4c4fa8771ffb418960c64a3 /mediagoblin/user_pages/routing.py
parentd7d9933735d7a0b4339e1a4e6bebe169ba9f4f9a (diff)
downloadmediagoblin-c43f8c1d927c7b01d70bdd5662848fa3009f1141.tar.lz
mediagoblin-c43f8c1d927c7b01d70bdd5662848fa3009f1141.tar.xz
mediagoblin-c43f8c1d927c7b01d70bdd5662848fa3009f1141.zip
Fixed attachments
Diffstat (limited to 'mediagoblin/user_pages/routing.py')
-rw-r--r--mediagoblin/user_pages/routing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/user_pages/routing.py b/mediagoblin/user_pages/routing.py
index 35e1bd6e..8162e641 100644
--- a/mediagoblin/user_pages/routing.py
+++ b/mediagoblin/user_pages/routing.py
@@ -78,4 +78,4 @@ add_route('mediagoblin.edit.edit_media',
add_route('mediagoblin.edit.attachments',
'/u/<string:user>/m/<string:media>/attachments/',
- 'mediagoblin.user_pages.views:edit_attachments')
+ 'mediagoblin.edit.views:edit_attachments')