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

@ -58,9 +58,11 @@ def poster():
@main.route('/privacy_policy')
def privacy_policy():
return render_template('main/privacy_policy.html.j2',
title='Privacy policy')
title=('Information on the processing of personal'
' data for the nopaque platform (GDPR)'))
@main.route('/terms_of_use')
def terms_of_use():
return render_template('main/terms_of_use.html.j2', title='General Terms of Use of the platform nopaque') # noqa
return render_template('main/terms_of_use.html.j2',
title='General Terms of Use of the platform nopaque') # noqa