Add GDPR statment and links

This commit is contained in:
Stephan Porada
2020-08-03 10:23:11 +02:00
parent 7ec576e690
commit 49325ad2b8
5 changed files with 151 additions and 9 deletions

View File

@ -16,7 +16,8 @@
<div class="card-content">
<h2>Register</h2>
<p>Simply enter a username and password to receive your registration email. After that you can start right away.</p>
<p>It goes without saying that the <a>General Data Protection Regulation</a> applies, only necessary data is stored.</p>
<p>It goes without saying that the <a href="{{ url_for('main.privacy_policy') }}">General Data Protection Regulation</a> applies, only necessary data is stored.</p>
<p>Please also read our <a href="{{ url_for('main.terms_of_use') }}">terms of use</a> before signing up for nopaque!</p>
</div>
</div>
</div>