Skip to content
Snippets Groups Projects
Commit 4c677779 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add privacy

parent c5e56692
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.
Please register or to comment