File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 25
25
href ="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css "
26
26
integrity ="sha384-Nlo8b0yiGl7Dn+BgLn4mxhIIBU6We7aeeiulNCjHdUv/eKHx59s3anfSUjExbDxn "
27
27
crossorigin ="anonymous ">
28
- <!--reCAPTCHA-->
29
- < script src ="https://www.google.com/recaptcha/enterprise.js?render=6LchHWwpAAAAACFe52hZNEkUP5Bn5_0FfLiEuF3i&waf=session " async defer > </ script >
28
+
29
+ {% if not BETA %}
30
+ <!--reCAPTCHA-->
31
+ < script src ="https://www.google.com/recaptcha/enterprise.js?render=6LchHWwpAAAAACFe52hZNEkUP5Bn5_0FfLiEuF3i&waf=session " async defer > </ script >
32
+ {% endif %}
30
33
31
34
32
35
182
185
183
186
{%- if BETA -%}
184
187
< body class ="beta {{ body_class }} ">
185
- {%- else -%}
186
- < body class ="{{ body_class }} ">
187
- {%- endif -%}
188
+ {%- else -%}
189
+ < body class ="{{ body_class }} ">
190
+ {%- endif -%}
188
191
189
- {% block body -%}{%- endblock body %}
190
- </ body >
192
+ {% block body -%}{%- endblock body %}
193
+ </ body >
191
194
</ html >
You can’t perform that action at this time.
0 commit comments