diff --git a/src/core/templates/static_pages/imprint.html b/src/core/templates/static_pages/imprint.html index 8352c4c..0545ab4 100644 --- a/src/core/templates/static_pages/imprint.html +++ b/src/core/templates/static_pages/imprint.html @@ -1,10 +1,26 @@ -{% extends 'master.html' %} - -{% block content %} +{% extends 'master.html' %} {% block content %}
+ This is a private open source, hobby project. If you need to contact me + regarding anything, you may send me an + email. I will + try to answer it as soon as possible. +
+ ++ 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. +
++ 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. +
{% endblock %}