finished user prfile and passwords

This commit is contained in:
2022-11-01 14:57:36 +01:00
parent a488e489da
commit 560e96cf18
61 changed files with 1581 additions and 852 deletions

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
{% extends template_dir ~'base.html.twig' %}
{% extends '@default/base.html.twig' %}
{% block title %}Privacy{% endblock %}