Update register.html

This commit is contained in:
qewc 2019-03-16 09:20:33 +00:00 committed by GitHub
parent 2058ab8747
commit 216e2405bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -37,11 +37,6 @@
<input tabindex="3" type="email" name="email" placeholder="{{ .T "Email" }}"
value="{{ .FormData.email }}" required>
</div>
<div class="field">
<label>{{ .T "Registration Key" }}</label>
<input tabindex="3" type="text" name="key" placeholder="{{ .T "Key" }}"
value="{{ .FormData.key }}" required>
</div>
{{ with config "RecaptchaSite" }}
<div class="field">
<div class="g-recaptcha" data-sitekey="{{ . }}"></div>
@ -58,4 +53,4 @@
</div>
{{ end }}
</div>
{{ end }}
{{ end }}