lostplaces-backend/django_lostplaces/lostplaces/templates/flat/imprint.html
reverend 547179b0ca Squashed commit of the following:
commit 97b044cafb7f17f23b3b1beedcf70af209a60ddc
Author: reverend <reverend@reverend2048.de>
Date:   Mon Sep 14 17:25:40 2020 +0200

    Updating gitignore

commit 4891d80486e1f95db8ae66385c7c97426a3ca1a4
Author: reverend <reverend@reverend2048.de>
Date:   Mon Sep 14 17:25:20 2020 +0200

    Updating Readme

commit f05c43abbdc7eb30896ad6d10fe80fd6483338d9
Author: reverend <reverend@reverend2048.de>
Date:   Mon Sep 14 17:23:30 2020 +0200

    Renaming Module

commit fd5ad2ee9f8cbacd565da45b257928192ffc651c
Author: reverend <reverend@reverend2048.de>
Date:   Mon Sep 14 17:23:16 2020 +0200

    Renaming module references

commit 828a0dd5dd73723b84b77908497903ed26b6966b
Author: reverend <reverend@reverend2048.de>
Date:   Mon Sep 14 17:21:20 2020 +0200

    Renaming Project
2020-09-14 17:26:17 +02:00

29 lines
692 B
HTML

{% 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 %}