From 4fd520364f7d2405d09ac0d6bf561285356e4adb Mon Sep 17 00:00:00 2001 From: Jessica Tallon Date: Mon, 12 Jan 2015 13:42:02 +0000 Subject: Change 'federation' name to 'api' which is more suitable --- mediagoblin/user_pages/routing.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mediagoblin/user_pages/routing.py') diff --git a/mediagoblin/user_pages/routing.py b/mediagoblin/user_pages/routing.py index 8eb51c8d..1a1d4139 100644 --- a/mediagoblin/user_pages/routing.py +++ b/mediagoblin/user_pages/routing.py @@ -31,6 +31,10 @@ add_route('mediagoblin.user_pages.media_confirm_delete', '/u//m//confirm-delete/', 'mediagoblin.user_pages.views:media_confirm_delete') +add_route('mediagoblin.user_pages.activity_view', + '//activity//', + 'mediagoblin.user_pages.views:activity_view') + # Submission handling of new comments. TODO: only allow for POST methods add_route('mediagoblin.user_pages.media_post_comment', '/u//m//comment/add/', -- cgit v1.2.3