mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Add privacypolicy route
This commit is contained in:
parent
27af75e7fe
commit
f3439eba5c
1 changed files with 6 additions and 0 deletions
|
@ -90,5 +90,11 @@
|
||||||
"pattern": "^/community_guidelines$",
|
"pattern": "^/community_guidelines$",
|
||||||
"view": "guidelines/guidelines",
|
"view": "guidelines/guidelines",
|
||||||
"title": "Scratch Community Guidelines"
|
"title": "Scratch Community Guidelines"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "privacypolicy",
|
||||||
|
"pattern": "^/privacy_policy/?$",
|
||||||
|
"view": "privacypolicy/privacypolicy",
|
||||||
|
"title": "Privacy Policy"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue