Update templates/register.html
Browse files- templates/register.html +4 -1
templates/register.html
CHANGED
@@ -6,7 +6,10 @@
|
|
6 |
<title>Register</title>
|
7 |
<!-- Include the reCAPTCHA enterprise script -->
|
8 |
|
9 |
-
|
|
|
|
|
|
|
10 |
</head>
|
11 |
<body>
|
12 |
<h1>Register</h1>
|
|
|
6 |
<title>Register</title>
|
7 |
<!-- Include the reCAPTCHA enterprise script -->
|
8 |
|
9 |
+
|
10 |
+
<script src="https://www.google.com/recaptcha/enterprise.js?render=6LdaUQIpAAAAACQFcOxakEVXK9QHpaYbic6IClNO" async defer></script>
|
11 |
+
<!-- Your code -->
|
12 |
+
|
13 |
</head>
|
14 |
<body>
|
15 |
<h1>Register</h1>
|