Kumi
f37c86cc3a
Updated the organization's name to include its full title "Verein zur Förderung von Privatsphäre und digitaler Souveränität" and added the Central Register of Associations (ZVR) Number across legal, privacy, and terms templates to comply with disclosure requirements. Reformatted content for better readability, ensuring consistent paragraph line breaks and removing redundant whitespaces. These changes aim to enhance transparency regarding the website's managing entity and make the policy texts more accessible to users.
21 lines
647 B
HTML
21 lines
647 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div class="container">
|
|
<h1>Legal Notice</h1>
|
|
<p>This is a legal notice for the website private.coffee</p>
|
|
<p>The website private.coffee is run by the following entity:</p>
|
|
<address>
|
|
Private.coffee ‐ Verein zur Förderung von Privatsphäre und digitaler
|
|
Souveränität<br />
|
|
c/o Klaus-Uwe Mitterer<br />
|
|
Gartengasse 22/7/3<br />
|
|
8010 Graz<br />
|
|
Austria<br />
|
|
</address>
|
|
<p>Central Register of Associations (ZVR) Number: 1758485319</p>
|
|
<p>
|
|
Email:
|
|
<a href="mailto:support@private.coffee">support@private.coffee</a>
|
|
</p>
|
|
</div>
|
|
{% endblock %}
|