diff --git a/lostplaces/lostplaces_app/templates/flat/imprint-ger.html b/lostplaces/lostplaces_app/templates/flat/imprint-ger.html new file mode 100644 index 0000000..891a14f --- /dev/null +++ b/lostplaces/lostplaces_app/templates/flat/imprint-ger.html @@ -0,0 +1,28 @@ +{% extends 'global.html'%} + +# {% block title %}Impressum{% endblock %} + +{% block maincontent %} + +
+

Impressum

+
+ +
+

Angaben gemäß § 5 TMG

+

Urban Exploration Ltd.
+ John S. Smith
+ 2563 College Avenue
+ Dayton, OH 45402

+ +

Kontakt

+

Telefon: 937-387-6498
+ E-Mail: JohnSSmith@einrot.com

+ +

Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV

+

John S. Smith
+ 2563 College Avenue
+ Dayton, OH 45402

+
+ +{% endblock maincontent %} diff --git a/lostplaces/lostplaces_app/templates/flat/imprint.html b/lostplaces/lostplaces_app/templates/flat/imprint.html new file mode 100644 index 0000000..0635a51 --- /dev/null +++ b/lostplaces/lostplaces_app/templates/flat/imprint.html @@ -0,0 +1,28 @@ +{% extends 'global.html'%} + +# {% block title %}Imprint{% endblock %} + +{% block maincontent %} + +
+

Imprint

+
+ +
+

Information according to § 5 TMG

+

Urban Exploration Ltd.
+ John S. Smith
+ 2563 College Avenue
+ Dayton, OH 45402

+ +

Contact

+

Phone: 937-387-6498
+ e-mail: JohnSSmith@einrot.com

+ +

Responsible for the content according to § 55 Abs. 2 RStV

+

John S. Smith
+ 2563 College Avenue
+ Dayton, OH 45402

+
+ +{% endblock maincontent %}