Termsofuse route

This commit is contained in:
The_Grits 2016-05-18 21:37:06 -04:00
parent b1be409dea
commit 1b358b773e

View file

@ -102,5 +102,11 @@
"pattern": "^/privacy_policy/?$",
"view": "privacypolicy/privacypolicy",
"title": "Privacy Policy"
},
{
"name": "termsofuse",
"pattern": "^/terms_of_use/?$",
"view": "termsofuse/termsofuse",
"title": "Scratch Terms of Use"
}
]