Created a basic disclaimers page.

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely 2012-04-17 18:27:21 +00:00
parent 40e0b00c2c
commit d6a2f3893b
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{% extends '::base.html.twig' %}
{% block body %}
<h2>Disclaimers</h2>
<h3>Maybe they are not who they claim themselves to be</h3>
<p>Users and Companies may or may not be the ones who they claim themselves to be. As we do not have the time, resources and possibility given by law to check our users' identity, so the only thing we can do is to trust them. However, if someone contacts us and proves that their name is stolen and used illegally on our site, we are always here to help them.</p>
{% endblock body %}