Files
mini-beieli-web/snippets/password_changed.html
T
2020-04-13 10:04:56 +02:00

10 lines
193 B
HTML

{{define "body_content"}}
{{ if ne .UserName "" }}
Sie sind bereits eingeloggt!
{{ else }}
<div class="notification is-info">
Passwort wurde erfolgreich ge&auml;ndert!
</div>
{{ end }}
{{end}}