mirror of
https://github.com/friendica/friendica
synced 2024-12-24 00:40:16 +00:00
disable tos and privacy links
This commit is contained in:
parent
8126e8ea47
commit
9378bc1375
2 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@
|
||||||
</div>
|
</div>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
|
|
||||||
<br /><br />
|
<!-- <br /><br />
|
||||||
<div class="login-extra-links">
|
<div class="login-extra-links">
|
||||||
By signing in you agree to the latest <a href="tos.html" title="$tostitle" id="terms-of-service-link" >$toslink</a> and <a href="privacy.html" title="$privacytitle" id="privacy-link" >$privacylink</a>
|
By signing in you agree to the latest <a href="tos.html" title="$tostitle" id="terms-of-service-link" >$toslink</a> and <a href="privacy.html" title="$privacytitle" id="privacy-link" >$privacylink</a>
|
||||||
</div>
|
</div>-->
|
||||||
|
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<div id="login-submit-wrapper" >
|
<div id="login-submit-wrapper" >
|
||||||
|
|
|
@ -61,10 +61,10 @@
|
||||||
$publish
|
$publish
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<br><br>
|
<!-- <br><br>
|
||||||
<div class="agreement">
|
<div class="agreement">
|
||||||
By clicking '$regbutt' you are agreeing to the latest <a href="tos.html" title="$tostitle" id="terms-of-service-link" >$toslink</a> and <a href="privacy.html" title="$privacytitle" id="privacy-link" >$privacylink</a>
|
By clicking '$regbutt' you are agreeing to the latest <a href="tos.html" title="$tostitle" id="terms-of-service-link" >$toslink</a> and <a href="privacy.html" title="$privacytitle" id="privacy-link" >$privacylink</a>
|
||||||
</div>
|
</div>-->
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<div id="register-submit-wrapper">
|
<div id="register-submit-wrapper">
|
||||||
|
|
Loading…
Reference in a new issue