sprechstunden-go/templating/templates/addFailure.html
2024-04-20 21:34:07 +02:00

10 lines
354 B
HTML
Raw Permalink 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 alert alert-danger">
Irgendetwas ist schief gegangen. Bitte sende folgende Daten an <a href="mailto:sprechstundentool@mathebau.de">sprechstundentool@mathebau.de</a> mit einer Beschreibung, was du tun wolltest.
<br>
{{.}}
</div>
{{end}}