Compare commits
No commits in common. "c1925c21c0634079358047e91b6130faa054d0c6" and "0f22e2021c821f49abfad07f5217a2031e958364" have entirely different histories.
c1925c21c0
...
0f22e2021c
@ -100,7 +100,7 @@ Run ``./manage.py migrate`` to create the lost places models.
|
||||
|
||||
Start the development server and visit http://localhost:8000/admin/
|
||||
|
||||
Visit http://localhost:8000/ to CRUD lost places.
|
||||
Visit http://localhost:8000/lostplaces/ to CRUD lost places.
|
||||
|
||||
|
||||
Happy developing ;-)
|
||||
|
@ -1,28 +0,0 @@
|
||||
{% extends 'global.html'%}
|
||||
|
||||
# {% block title %}Impressum{% endblock %}
|
||||
|
||||
{% block maincontent %}
|
||||
|
||||
<header class="LP-TextSection__Headline">
|
||||
<h1 class="LP-Headline">Impressum</h1>
|
||||
</header>
|
||||
|
||||
<article class="LP-TextSection LP-TextSection__Text">
|
||||
<h3>Angaben gemäß § 5 TMG</h3>
|
||||
<p>Urban Exploration Ltd.<br />
|
||||
John S. Smith<br />
|
||||
2563 College Avenue<br />
|
||||
Dayton, OH 45402</p>
|
||||
|
||||
<h3>Kontakt</h3>
|
||||
<p>Telefon: 937-387-6498<br />
|
||||
E-Mail: JohnSSmith@einrot.com</p>
|
||||
|
||||
<h3>Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV</h3>
|
||||
<p>John S. Smith<br />
|
||||
2563 College Avenue<br />
|
||||
Dayton, OH 45402</p>
|
||||
</article>
|
||||
|
||||
{% endblock maincontent %}
|
@ -1,28 +0,0 @@
|
||||
{% extends 'global.html'%}
|
||||
|
||||
# {% block title %}Imprint{% endblock %}
|
||||
|
||||
{% block maincontent %}
|
||||
|
||||
<header class="LP-TextSection__Headline">
|
||||
<h1 class="LP-Headline">Imprint</h1>
|
||||
</header>
|
||||
|
||||
<article class="LP-TextSection LP-TextSection__Text">
|
||||
<h3>Information according to § 5 TMG</h3>
|
||||
<p>Urban Exploration Ltd.<br />
|
||||
John S. Smith<br />
|
||||
2563 College Avenue<br />
|
||||
Dayton, OH 45402</p>
|
||||
|
||||
<h3>Contact</h3>
|
||||
<p>Phone: 937-387-6498<br />
|
||||
e-mail: JohnSSmith@einrot.com</p>
|
||||
|
||||
<h3>Responsible for the content according to § 55 Abs. 2 RStV</h3>
|
||||
<p>John S. Smith<br />
|
||||
2563 College Avenue<br />
|
||||
Dayton, OH 45402</p>
|
||||
</article>
|
||||
|
||||
{% endblock maincontent %}
|
@ -1,14 +1,3 @@
|
||||
{% extends 'global.html'%}
|
||||
|
||||
# {% block title %}Datenschutzerklärung{% endblock %}
|
||||
|
||||
{% block maincontent %}
|
||||
|
||||
<header class="LP-TextSection__Headline">
|
||||
<h1 class="LP-Headline">Datenschutzerklärung</h1>
|
||||
</header>
|
||||
|
||||
<article class="LP-TextSection LP-TextSection__Text">
|
||||
<h4>Datenschutzerklärung</h4>
|
||||
|
||||
<p>Wir freuen uns sehr über Ihr Interesse an unserem Unternehmen. Datenschutz hat einen besonders hohen Stellenwert für die Geschäftsleitung der Urban Exploration Ltd. Eine Nutzung der Internetseiten der Urban Exploration Ltd ist grundsätzlich ohne jede Angabe personenbezogener Daten möglich. Sofern eine betroffene Person besondere Services unseres Unternehmens über unsere Internetseite in Anspruch nehmen möchte, könnte jedoch eine Verarbeitung personenbezogener Daten erforderlich werden. Ist die Verarbeitung personenbezogener Daten erforderlich und besteht für eine solche Verarbeitung keine gesetzliche Grundlage, holen wir generell eine Einwilligung der betroffenen Person ein.</p>
|
||||
@ -256,4 +245,3 @@
|
||||
<p>Diese Datenschutzerklärung wurde durch den <a href="https://dsgvo-muster-datenschutzerklaerung.dg-datenschutz.de/">Datenschutzerklärungs-Generator</a> der Deutschen Gesellschaft für Datenschutz, in Kooperation mit den <a href="https://www.wbs-law.de/taetigkeitsgebiete/medienrecht/">Medienrecht</a> Anwälten WILDE BEUGER SOLMECKE | Rechtsanwälte erstellt.
|
||||
</p>
|
||||
|
||||
{% endblock maincontent %}
|
||||
|
@ -64,9 +64,9 @@
|
||||
and <a href="https://www.commander1024.de" class="LP-Footer__GenericAnchor">Commander1024.</a></span>
|
||||
</div>
|
||||
<div class="LP-Footer__BottomWrapper">
|
||||
<a href="{% url 'flatpage' slug='privacy-policy' %}" class="LP-Footer__GenericAnchor">Privacy Policy</a>
|
||||
<a href="/flat/privacy-policy.html" class="LP-Footer__GenericAnchor">Privacy Policy</a>
|
||||
|
|
||||
<a href="{% url 'flatpage' slug='imprint' %}" class="LP-Footer__GenericAnchor">Imprint</a>
|
||||
<a href="/flat/impress.html" class="LP-Footer__GenericAnchor">Impress</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user