[Feature] Update ToS to be more legally safe and sensible (#301)

- Improved ToS content
- Add ToS pointer and academic use note at signup
- Remove legal collection page (unnecessary)

Reviewed-on: enviPath/enviPy#301
Co-authored-by: Tobias O <tobias.olenyi@envipath.com>
Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
2026-01-20 03:18:40 +13:00
committed by jebus
parent 1fd993927c
commit f905bf21cf
6 changed files with 729 additions and 406 deletions

View File

@ -209,5 +209,4 @@ urlpatterns = [
re_path(r"^contact$", v.static_contact_support, name="contact_support"),
re_path(r"^careers$", v.static_careers, name="careers"),
re_path(r"^cite$", v.static_cite, name="cite"),
re_path(r"^legal$", v.static_legal, name="legal"),
]