1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-11 16:42:23 +02:00

Added Imprint Draft

This commit is contained in:
Conrad
2020-01-22 15:11:12 +01:00
parent e8717f5a7a
commit f3675965ad

View File

@@ -1,10 +1,26 @@
{% extends 'master.html' %}
{% block content %}
{% extends 'master.html' %} {% block content %}
<h1>Imprint</h1>
<!-- TODO: Write paragraph -->
<h2>GDPR</h2>
<!-- TODO: Write paragraph -->
<p>
This is a private open source, hobby project. If you need to contact me
regarding anything, you may send me an
<a href="mailto:joe@example.com?subject=Asiimov%20Feedback">email</a>. I will
try to answer it as soon as possible.
</p>
<h2>Privacy</h2>
<p>
If you create a login on this server via OpenID (Steam Login), we store: Your
steamid, profile info (more in models.py > Gamer), offer_count, badges,
inventory and your trade url if you provide it. If you delete your profile, we
delete the entry from our database.
</p>
<h2>Cookies</h2>
<!-- TODO: Write paragraph -->
<p>
This site uses max. 2 cookies: One to store your your session id (only if you
are logged in) and one to store a random key used for form verification.
</p>
{% endblock %}