Rename localized flat pages to include langcode.

This commit is contained in:
2020-10-11 06:14:55 +02:00
parent cb15789b95
commit 092378b24a
2 changed files with 0 additions and 0 deletions

View 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&auml;&szlig; &sect; 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&uuml;r den Inhalt nach &sect; 55 Abs. 2 RStV</h3>
<p>John S. Smith<br />
2563 College Avenue<br />
Dayton, OH 45402</p>
</article>
{% endblock maincontent %}