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.
XPPL/app/templates/privacy.html

16 lines
699 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, you agree to your contribution being 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>The artist retains the right to delete materials that they deem offensive or discriminatory to others. This includes privacy violations.</p>
<p>The site stores coordinates, audio and text messages. No other private data is stored.</p>
</div>
</div>
{% endblock %}