mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-14 18:10:40 +00:00
Add GDPR statment and links
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user