Update templates/login.html
Browse files- templates/login.html +3 -3
templates/login.html
CHANGED
@@ -28,9 +28,9 @@
|
|
28 |
<input type="hidden" id="recaptcha_token" name="recaptcha_token" value="">
|
29 |
<div class="g-recaptcha"
|
30 |
data-sitekey="6LeSJgwpAAAAAD9UlPdC911k8UgD6Uh3068xXgGj"
|
31 |
-
data-callback="setRecaptchaToken">
|
32 |
-
|
33 |
-
</
|
34 |
</form>
|
35 |
</div>
|
36 |
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
|
|
28 |
<input type="hidden" id="recaptcha_token" name="recaptcha_token" value="">
|
29 |
<div class="g-recaptcha"
|
30 |
data-sitekey="6LeSJgwpAAAAAD9UlPdC911k8UgD6Uh3068xXgGj"
|
31 |
+
data-callback="setRecaptchaToken"></div>
|
32 |
+
<br>
|
33 |
+
<button type="submit">Login</button>
|
34 |
</form>
|
35 |
</div>
|
36 |
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|