Lines 734-740
Link Here
|
734 |
<input type="text" name="captcha" id="captcha" /> |
734 |
<input type="text" name="captcha" id="captcha" /> |
735 |
<input type="hidden" name="captcha_digest" value="[% captcha_digest %]" /> |
735 |
<input type="hidden" name="captcha_digest" value="[% captcha_digest %]" /> |
736 |
|
736 |
|
737 |
<span class="hint">Please type this following characters into the preceding box: <strong>[% captcha %]</strong></span> |
737 |
<span class="hint">Please type the following characters into the preceding box: <strong>[% captcha %]</strong></span> |
738 |
<span class="hint">Note: The preceding box is case-sensitive. Ensure that the entered characters are in all-caps.</span> |
738 |
<span class="hint">Note: The preceding box is case-sensitive. Ensure that the entered characters are in all-caps.</span> |
739 |
</li> |
739 |
</li> |
740 |
</ol> |
740 |
</ol> |
741 |
- |
|
|