Skip to content
Snippets Groups Projects
Commit b12c9f85 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

parents 3111cc51 4c677779
No related branches found
No related tags found
No related merge requests found
......@@ -53,3 +53,9 @@ def poster():
flash('Invalid email/username or password.')
return render_template('main/poster.html.j2', login_form=login_form,
title='Poster')
@main.route('/privacy_policy')
def privacy_policy():
return render_template('main/privacy_policy.html.j2',
title='Privacy policy')
{% extends "nopaque.html.j2" %}
{% block page_content %}
<h3>Privacy policy</h3>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment