Gregniuki commited on
Commit
b55b2df
·
1 Parent(s): b42f47e

Update templates/register.html

Browse files
Files changed (1) hide show
  1. 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
- <script src="https://www.google.com/recaptcha/api.js" async defer></script>
 
 
 
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>