mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-22 01:37:58 +02:00
Create invitations for closed registrations (#233)
This commit is contained in:
2
templates/pages/auth_form.html
vendored
2
templates/pages/auth_form.html
vendored
@ -8,7 +8,7 @@
|
||||
|
||||
</header>
|
||||
<main class="mt-4">
|
||||
{{ if and .DisableSignup (not .isLoginPage) }}
|
||||
{{ if .disableSignup }}
|
||||
<p class="italic">{{ .locale.Tr "auth.signup-disabled" }}</p>
|
||||
{{ else }}
|
||||
<div class="sm:col-span-6">
|
||||
|
Reference in New Issue
Block a user