Add terms of use

This commit is contained in:
Patrick Jentsch
2020-07-03 11:17:47 +02:00
parent 20adc1af34
commit c9cb52279b
3 changed files with 111 additions and 1 deletions

View File

@ -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