mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Termsofuse route
This commit is contained in:
parent
b1be409dea
commit
1b358b773e
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue