Gregniuki commited on
Commit
4131df5
1 Parent(s): d764965

Update templates/login.html

Browse files
Files changed (1) hide show
  1. templates/login.html +2 -1
templates/login.html CHANGED
@@ -26,9 +26,10 @@
26
 
27
  <!-- Hidden field for the reCAPTCHA token -->
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>
 
26
 
27
  <!-- Hidden field for the reCAPTCHA token -->
28
  <input type="hidden" id="recaptcha_token" name="recaptcha_token" value="">
29
+ <div class="recaptcha-container">
30
  <div class="g-recaptcha"
31
  data-sitekey="6LeSJgwpAAAAAD9UlPdC911k8UgD6Uh3068xXgGj"
32
+ data-callback="setRecaptchaToken"></div></div>
33
  <br>
34
  <button type="submit">Login</button>
35
  </form>