clipbucket/upload/plugins/cb_captcha/captcha.html

5 lines
171 B
HTML
Raw Normal View History

<div class="container">
{if $smarty.get.valid == 'fail'}
<div class="alert alert-danger" role="alert">Captcha Verification Failed. Kindly Try again.</div>
{/if}
</div>