This was a quick update, I mostly worked on the transition from using the old
[mediagoblin.git] / mediagoblin / meta / routing.py
index e61bc06579eabf10a1b05129e356b942af057dec..b74cb52db74cb77629840d49855e6f9636a94cbd 100644 (file)
@@ -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'),