Added imprint templates in ger and eng.
This commit is contained in:
parent
bd579ad83e
commit
c1925c21c0
28
lostplaces/lostplaces_app/templates/flat/imprint-ger.html
Normal file
28
lostplaces/lostplaces_app/templates/flat/imprint-ger.html
Normal file
@ -0,0 +1,28 @@
|
||||
{% 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 %}
|
28
lostplaces/lostplaces_app/templates/flat/imprint.html
Normal file
28
lostplaces/lostplaces_app/templates/flat/imprint.html
Normal file
@ -0,0 +1,28 @@
|
||||
{% 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 %}
|
Loading…
Reference in New Issue
Block a user