try to better highlight donations and sponsorships options ...

... and to better explain why they are required.

Please don't say "someone else will help the project, I'll just use it"

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-07-16 20:29:10 +02:00
parent 6b995db864
commit 378995147b
8 changed files with 38 additions and 11 deletions

View File

@@ -238,6 +238,7 @@ type setupPage struct {
Username string
HasInstallationCode bool
InstallationCodeHint string
HideSupportLink bool
Error string
}
@@ -643,6 +644,7 @@ func (s *httpdServer) renderAdminSetupPage(w http.ResponseWriter, r *http.Reques
Username: username,
HasInstallationCode: installationCode != "",
InstallationCodeHint: installationCodeHint,
HideSupportLink: hideSupportLink,
Error: error,
}