mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-14 10:00:40 +00:00
Add terms of use
This commit is contained in:
@ -59,3 +59,8 @@ def poster():
|
||||
def privacy_policy():
|
||||
return render_template('main/privacy_policy.html.j2',
|
||||
title='Privacy policy')
|
||||
|
||||
|
||||
@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
|
||||
|
Reference in New Issue
Block a user