Skip to content

Commit 4c15c46

Browse files
committed
Add T&C link to registration form
1 parent 6541563 commit 4c15c46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/secure/invitation.html

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<input id="passwordAgain" class="control" type="password" placeholder="Enter Password" name="passwordAgain" autocomplete="new-password" minlength="8" maxlength="100" required>
3636
<label class="label" for="passwordAgain">New password</label>
3737
</p>
38+
<p>
39+
By clicking register, you agree to our
40+
<a target="_top" href="/terms-and-conditions">Terms of Service and Privacy Policy</a>.
41+
</p>
3842
<button class="button contained" type="submit">Register</button>
3943
</form>
4044

0 commit comments

Comments
 (0)