sprechstunden-go/templating/templates/addSuccess.html
Johannes 4d7d98feed ui: style remaining pages
Mostly, this reduces to displaying the short content inside a more narrow block, fitting into the horizontal header and footer limits.
2023-07-09 12:27:17 +02:00

8 lines
218 B
HTML

{{define "title"}}Sprechstunde anlegen{{end}}
{{define "content"}}
<div class="col-md-8 offset-md-2">
Die Sprechstunde wurde angelegt. Du solltest eine Mail mit einem Aktivierungslink erhalten haben.
</div>
{{end}}