Skip to content

Commit

Permalink
Add noscript to contect form.
Browse files Browse the repository at this point in the history
  • Loading branch information
apardyl committed Nov 30, 2020
1 parent eadf29e commit 2919d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/templates/common/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ <h2>{% trans 'Contact us' %}</h2>
data-callback="captchaSubmit"
data-size="invisible">
</div>
<button type="submit">{% trans 'Send' %}</button>
<script>document.write('<button type="submit">{% trans "Send" %}</button>');</script>
<noscript>JavaScript support is required to use this form</noscript>
</form>
</div>
<div class="footer__orgs">
Expand Down

0 comments on commit 2919d41

Please sign in to comment.