mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2024-11-21 06:03:11 +01:00
add check for oCaptcha
This commit is contained in:
parent
ffcfed8ba0
commit
61133da014
@ -1,4 +1,5 @@
|
||||
[{assign var="oCaptcha" value=$oView->getCaptcha()}]
|
||||
[{if $oCaptcha}]
|
||||
<input type="hidden" name="c_mach" value="[{$oCaptcha->getHash()}]"/>
|
||||
|
||||
<div class="form-group verify">
|
||||
@ -17,3 +18,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
[{/if}]
|
@ -1,4 +1,5 @@
|
||||
[{assign var="oCaptcha" value=$oView->getCaptcha()}]
|
||||
[{if $oCaptcha}]
|
||||
<input type="hidden" name="c_mach" value="[{$oCaptcha->getHash()}]"/>
|
||||
|
||||
<div class="form-group row verify">
|
||||
@ -17,3 +18,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
[{/if}]
|
Loading…
Reference in New Issue
Block a user