From f3675965ad60ed6cae4355f051207b823fafb8dd Mon Sep 17 00:00:00 2001 From: Conrad <15138480+creyD@users.noreply.github.com> Date: Wed, 22 Jan 2020 15:11:12 +0100 Subject: [PATCH] Added Imprint Draft --- src/core/templates/static_pages/imprint.html | 30 +++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) 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 %}