Update templates/register.html
Browse files- templates/register.html +5 -4
templates/register.html
CHANGED
@@ -42,10 +42,7 @@
|
|
42 |
<button type="submit">Register</button>
|
43 |
|
44 |
</form>
|
45 |
-
|
46 |
-
</div>
|
47 |
-
</body>
|
48 |
-
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
49 |
<script>
|
50 |
|
51 |
|
@@ -85,4 +82,8 @@
|
|
85 |
// grecaptcha.execute(); // Uncomment this line if you want to auto-invoke reCAPTCHA
|
86 |
});
|
87 |
</script>
|
|
|
|
|
|
|
|
|
88 |
</html>
|
|
|
42 |
<button type="submit">Register</button>
|
43 |
|
44 |
</form>
|
45 |
+
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
|
|
|
|
|
|
46 |
<script>
|
47 |
|
48 |
|
|
|
82 |
// grecaptcha.execute(); // Uncomment this line if you want to auto-invoke reCAPTCHA
|
83 |
});
|
84 |
</script>
|
85 |
+
|
86 |
+
</div>
|
87 |
+
</body>
|
88 |
+
|
89 |
</html>
|