Gregniuki commited on
Commit
d764965
·
1 Parent(s): 315ed6b

Update templates/login.html

Browse files
Files changed (1) hide show
  1. 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
- <button type="submit">Login</button>
33
- </div>
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>