sprechstunden-go/templating/templates/addFailure.html
Gonne 83bc490740 Make support mail contact configurable
Still fails because the config is not available in the base template.
2024-01-16 10:27:44 +01:00

10 lines
337 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{define "title"}}Sprechstunde anlegen Fehler{{end}}
{{define "content"}}
<div class="col-md-8 offset-md-2">
Irgendetwas ist schief gegangen. Bitte sende folgende Daten an <a href="mailto:{{.Config.Mailer.SupportMail}}">{{.Config.Mailer.SupportMail}}</a> mit einer Beschreibung, was du tun wolltest.
<br>
{{.}}
</div>
{{end}}