Skip to content

Commit

Permalink
Add T&C link to registration form
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty committed Aug 25, 2020
1 parent 20d08e2 commit 672bfa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/secure/invitation.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<input id="passwordAgain" class="control" type="password" placeholder="Enter Password" name="passwordAgain" autocomplete="new-password" minlength="8" maxlength="100" required>
<label class="label" for="passwordAgain">New password</label>
</p>
<p>
By clicking register, you agree to our
<a target="_top" href="/terms" rel="noopener">Terms of Service</a> and <a target="top" href="https://core.ac.uk/privacy/" rel="noopener">Privacy Policy</a>.
</p>
<button class="button contained" type="submit">Register</button>
</form>

Expand Down

0 comments on commit 672bfa3

Please sign in to comment.