Update templates/register.html
Browse files- templates/register.html +4 -3
templates/register.html
CHANGED
@@ -29,9 +29,10 @@
|
|
29 |
|
30 |
<!-- Hidden field for the reCAPTCHA token -->
|
31 |
<input type="hidden" id="recaptcha_token" name="recaptcha_token" value="">
|
32 |
-
<
|
33 |
-
|
34 |
-
|
|
|
35 |
</form>
|
36 |
|
37 |
</body>
|
|
|
29 |
|
30 |
<!-- Hidden field for the reCAPTCHA token -->
|
31 |
<input type="hidden" id="recaptcha_token" name="recaptcha_token" value="">
|
32 |
+
<button class="g-recaptcha"
|
33 |
+
data-sitekey="6LdMjQcpAAAAAGtbNZkL17ry1scsQjp1HSEhkLNl"
|
34 |
+
data-callback='onSubmit'
|
35 |
+
data-action='submit'>Register</button>
|
36 |
</form>
|
37 |
|
38 |
</body>
|