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

12 lines
293 B
HTML

{% extends "base.html" %}
{% block main %}
<div class="content_container">
<h1 class="page-header">Privacy Statement</h1>
<div style="max-width: 900px;">
<p>Please note that all data submitted to this platform will be part of the exhibition.</p>
</div>
</div>
{% endblock %}