26 lines
1.5 KiB
HTML
26 lines
1.5 KiB
HTML
{% extends "quiz/components/base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Privacy Policy</h1>
|
|
|
|
This web app stores data using cookies. The web site only stores the minimum information it needs to function.
|
|
<h5>Site Administrators</h5>
|
|
|
|
<ul>
|
|
<li>For site administrators, this web site uses encrypted cookies to store data from your log-in session.</li>
|
|
<li>User information for administrators is encrypted and stored in a secure database, and are expunged when an account is deleted.</li>
|
|
</ul>
|
|
|
|
<h5>Test Candidates</h5>
|
|
<ul>
|
|
<li>The web site will not be trackin your log in, and all information about your test attempt will be stored on your device until you submit it to the server.</li>
|
|
<li>Data from your test, including identifying information such as your name and email address, will be recorded by the Scottish Korfball Association in order to oversee the training and qualification of referees.</li>
|
|
<li>These records will be kept for three years or until the expiration of the theory exam qualification (whichever is later), and will be expunged securely thereafter.</li>
|
|
<li>All identifying information about candidates will be encrypted and stored in a secure database.</li>
|
|
</ul>
|
|
|
|
<h5>Requests to Delete Data</h5>
|
|
<ul>
|
|
<li>You can request to have any of your data that is held here deleted by emailing <a href="mailto:refereeing@scotlandkorfball.co.uk">refereeing@scotlandkorfball.co.uk</a>.</li>
|
|
</ul>
|
|
{% endblock %} |