finished user prfile and passwords
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
{% extends template_dir ~ 'base.html.twig' %}
|
||||
{% extends '@default/base.html.twig' %}
|
||||
|
||||
{% block title %}Imprint{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="imprint-wrapper">
|
||||
<p>This page is only available in German, as the server is located in Germany.</p>
|
||||
<h2>This page is only available in German, as the server is located in Germany.</h2>
|
||||
|
||||
|
||||
<p>Inhaltlich Verantwortlicher gemäß § 55 Abs. 2RStV: Michael Espey, Große Kirchreihe 27, 25377 Kollmar</p>
|
||||
<p>Inhaltlich Verantwortlicher gemäß § 55 Abs. 2RStV:<br><br>
|
||||
Michael Espey<br>
|
||||
Große Kirchreihe 27<br>
|
||||
25377 Kollmar</p>
|
||||
|
||||
<p>eMail: webmaster (AT) 24unix.net</p>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends template_dir ~'base.html.twig' %}
|
||||
{% extends '@default/base.html.twig' %}
|
||||
|
||||
{% block title %}Privacy{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user