You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
634 B
HTML
16 lines
634 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main %}
|
|
<div class="content_container">
|
|
<h1 class="page-header">Privacy Statement</h1>
|
|
<div style="max-width: 900px;">
|
|
<p>By submitting your contribution with comments/data, you agree that your contribution will be published/used in the context of the artwork/project, including public exhibitions and publications about the artwork, and waive any copyright claims in the broadest sense.</p>
|
|
|
|
<p>Content that infringes privacy will be deleted.</p>
|
|
|
|
<p>The site stores coordinates, audio and text messages. No other private data are stored.</p>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|