Skip to content

Commit

Permalink
Added captcha to static user form
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoJokhan committed Sep 1, 2023
1 parent dd86c28 commit 9b53d27
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ <h4>
</div>
</div>


{% if data.widget.useCaptcha and data.widget.formVisibility == 'always' %}
{% include 'includes/fields/captcha.html' %}
{% endif %}

<br/>
<br/>

Expand Down

1 comment on commit 9b53d27

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/frontend:feature-add-captcha-to-resource-form-if-set-to-everyone-9b53d27

Please sign in to comment.