Move full privacy policy text to login form

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk
2018-05-17 12:42:14 +02:00
parent 78448e24fc
commit 560ce51f21
2 changed files with 6 additions and 4 deletions

View File

@@ -27,6 +27,11 @@
<small class="text-muted"><a target="_blank" href="https://admin.fedoraproject.org/accounts/user/resetpass">Forgot password?</a></small>
</div>
</div>
<div class="form-group row m-b-0">
<div class="col-xs-12">
By using Fedora services, you agree to the terms of Fedora's <a href="https://fedoraproject.org/wiki/Legal:PrivacyPolicy">privacy policy</a>
</div>
</div>
<div class="form-group row m-b-0">
<div class="col-xs-12">
<input class="btn btn-primary" type="submit" id="loginbutton" value="Log in" />

View File

@@ -59,11 +59,8 @@
<div class="footer p-t p-b text-center">
<div class="container">
<p class="text-muted legal">
By using Fedora services, you agree to the terms of Fedora's <a href="https://fedoraproject.org/wiki/Legal:PrivacyPolicy">privacy policy</a>
</p>
<p class="text-muted credit">
Fedora FAS Login is powered by <a href="https://ipsilon-project.org/" target="_blank">Ipsilon</a>
<a href="https://fedoraproject.org/wiki/Legal:PrivacyPolicy">Privacy Policy</a> | Fedora FAS Login is powered by <a href="https://ipsilon-project.org/" target="_blank">Ipsilon</a>
</p>
</div>
</div>