yarn upgrade

This commit is contained in:
2025-03-27 12:34:04 +00:00
parent 3a6ff3fa8e
commit 2037953000
1368 changed files with 3662 additions and 11788 deletions

View File

@@ -1,22 +0,0 @@
<html>
<body>
<h1>Kontaktformular</h1>
<label>Name:</label> {{context.data.name}}<br />
<label>Email:</label> {{context.data.email}}<br />
<label>Betreff:</label> {{context.data.subject}}<br />
<h3>Nachricht</h3>
<div style="white-space: pre-wrap">{{context.data.message}}</div>
<h4>Dateien</h4>
<ul>
{% for f in context.data.files %}
<li>
<a href="{{config.apiBase}}contact_form/{{context.data.id}}/{{f.file.src}}"
>{{config.apiBase}}contact_form/{{context.data.id}}/{{f.file.src}}</a
>
</li>
{% endfor %}
</ul>
</body>
</html>

View File

@@ -1 +0,0 @@
{{ config.projectName }} Kontaktformular: {{context.data.subject}}