Skip to content

Commit

Permalink
feat: add required attribute to sf_event_mgt partial
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider committed Nov 23, 2024
1 parent 21f2dc1 commit d00c46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</a>
</f:if>
</div>
<f:form.textfield id="captcha" property="captcha" /><br>
<f:form.textfield id="captcha" property="captcha" required="required" /><br>
<f:render partial="FormErrors" arguments="{field: 'registration.captcha'}"/>
</div>

Expand Down

0 comments on commit d00c46b

Please sign in to comment.