KEYCLOAK-215 Remove terms and condition link from registration page

This commit is contained in:
Stian Thorgersen 2013-12-07 10:42:30 +00:00
parent 8011622e25
commit c368a64b4b

View file

@ -32,10 +32,6 @@
<label for="password-confirm">${rb.getString('passwordConfirm')}</label><input type="password" id="password-confirm" name="password-confirm" /> <label for="password-confirm">${rb.getString('passwordConfirm')}</label><input type="password" id="password-confirm" name="password-confirm" />
</div> </div>
<div class="aside-btn">
<p>By registering you agree to the <a href="#">Terms of Service</a> and the <a href="#">Privacy Policy</a>.</p>
</div>
<input class="btn-primary" type="submit" value="Register"/> <input class="btn-primary" type="submit" value="Register"/>
</form> </form>