aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/routing.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/edit/routing.py')
-rw-r--r--mediagoblin/edit/routing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/edit/routing.py b/mediagoblin/edit/routing.py
index 54f2661a..bf0b2498 100644
--- a/mediagoblin/edit/routing.py
+++ b/mediagoblin/edit/routing.py
@@ -14,9 +14,9 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
from routes.route import Route
edit_routes = [
- Route('mediagoblin.edit.edit_media', "/{user}/{media}/",
- controller="mediagoblin.edit.views:edit_media"),
+ # Media editing view handled in user_pages/routing.py
]