Skip to content

Commit

Permalink
Merge pull request #12 from wesleyboar/patch-2
Browse files Browse the repository at this point in the history
remove redundant load of google.com/recaptcha/api.js
  • Loading branch information
avryhof authored Jul 8, 2022
2 parents ab38b22 + cd96988 commit eaa6415
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ <h3>{% trans 'Submission successful' %}</h3>
{% endif %}
{% endaddtoblock %}
{% addtoblock "js" %}
{% if instance.use_recaptcha %}
<script src="https://www.google.com/recaptcha/api.js?onload=reCapctchaOnloadCallback&render=explicit" async defer></script>
{% endif %}
<script src="{% static 'js/djangocms_forms/libs/jquery.form.min.js' %}"></script>
<script src="{% static 'js/djangocms_forms/jquery.djangocms-forms.js' %}"></script>

Expand Down

0 comments on commit eaa6415

Please sign in to comment.