Skip to content

Commit

Permalink
Surface TOS + privacy policy better (#1646)
Browse files Browse the repository at this point in the history
* Link TOS + privacy policy from signup form

* Add link to `/SiteRules` to global footer

* Change wording

* Change wording

* Update TASVideos/Pages/Account/Register.cshtml

---------

Co-authored-by: feos <[email protected]>
  • Loading branch information
YoshiRulz and vadosnaprimer authored Sep 2, 2023
1 parent ba98795 commit 1245e58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TASVideos/Pages/Account/Register.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
</div>
<span asp-validation-for="Coppa" class="text-danger"></span>
</form-group>
<form-group>
Also make sure you've read the <a href="/SiteRules">Site Rules</a>.<br/>
Your data will be stored according to our <a href="/System/PrivacyPolicy">Privacy Policy</a>.
</form-group>
<environment exclude="Development">
<form-group>
<recaptcha />
Expand Down
3 changes: 2 additions & 1 deletion TASVideos/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
<button id="button-scrolltop" class="d-none position-fixed px-3 py-1 m-2 bottom-0 end-0 btn btn-primary fa fa-caret-up"></button>
<row class="justify-content-start align-items-center">
<p class="col-auto my-auto">
&copy; @DateTime.UtcNow.Year - TASVideos <a href="https://github.com/TASVideos/tasvideos/commit/@ViewData["VersionSha"]">v@(ViewData["Version"])</a> - <a href="/api">API</a>
&copy; @DateTime.UtcNow.Year - TASVideos <a href="https://github.com/TASVideos/tasvideos/commit/@ViewData["VersionSha"]">v@(ViewData["Version"])</a>
- <a href="/SiteRules">Terms</a> - <a href="/api">API</a>
</p>
</row>
</footer>
Expand Down

0 comments on commit 1245e58

Please sign in to comment.