Skip to content

Commit a424ed8

Browse files
committed
link to privacy policy and terms of service at signup
1 parent e7cb75f commit a424ed8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/user/signup.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
<label class="form-label" for="password">Password</label>
7777
<input class="form-control" id="password" type="password" name="password" required>
7878
<div class="invalid-feedback">Enter your password.</div>
79+
<div class="form-text">
80+
By signing up, you agree to the <a href="/about/privacy-policy">privacy policy</a> and <a
81+
href="/about/terms-of-service">terms of service</a>.
82+
</div>
7983
</div>
8084
</div>
8185
<button class="btn btn-primary" id="submission" type="submit">Sign Up</button>

0 commit comments

Comments
 (0)