Add terms and condition mention in register page

This commit is contained in:
Son NK 2020-04-15 22:32:12 +02:00
parent c17ecba202
commit a434413304
1 changed files with 7 additions and 2 deletions

View File

@ -43,8 +43,13 @@
</div>
-->
<div class="form-footer">
<button type="submit" class="btn btn-primary btn-block">Create your SimpleLogin account</button>
<small class="text-center mt-3">
By clicking Create Account, you agree to abide by
<a href="https://simplelogin.io/terms">SimpleLogin's Terms and Conditions.</a>
</small>
<div class="mt-2">
<button type="submit" class="btn btn-primary btn-block">Create Account</button>
</div>
</div>
</form>