aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/meta/routing.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/meta/routing.py')
-rw-r--r--mediagoblin/meta/routing.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mediagoblin/meta/routing.py b/mediagoblin/meta/routing.py
index e61bc065..b74cb52d 100644
--- a/mediagoblin/meta/routing.py
+++ b/mediagoblin/meta/routing.py
@@ -15,9 +15,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
meta_routes = [
- ('mediagoblin.meta.code_of_conduct',
- '/coc/',
- 'mediagoblin.meta.views:code_of_conduct'),
+ ('mediagoblin.meta.terms_of_service',
+ '/tos/',
+ 'mediagoblin.meta.views:terms_of_service'),
('mediagoblin.meta.reports_panel',
'/reports/',
'mediagoblin.meta.views:public_reports_panel'),