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

View file

@ -43,8 +43,13 @@
</div> </div>
--> -->
<div class="form-footer"> <small class="text-center mt-3">
<button type="submit" class="btn btn-primary btn-block">Create your SimpleLogin account</button> 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>
</div> </div>
</form> </form>