changed headline to avoid confusion (#33)

This commit is contained in:
Christoph Haas 2021-07-30 12:32:10 +02:00
parent c3c0971aa0
commit e6ad82ec6e
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -33,4 +33,5 @@ ssh.key
wg_portal.db
go.sum
swagger.json
swagger.yaml
swagger.yaml
/config.yml

View File

@ -17,7 +17,7 @@
{{template "prt_nav.html" .}}
<div class="container mt-5">
<h1>Create new clients</h1>
<h2>Enter valid LDAP user email addresses to quickly create new accounts.</h2>
<h2>Enter valid user email addresses to quickly create new accounts.</h2>
{{template "prt_flashes.html" .}}
<form method="post" enctype="multipart/form-data">
<input type="hidden" name="_csrf" value="{{.Csrf}}">