Merge pull request #258 from azhao12345/disable-captcha-suggestions
dont show suggestions for capcha box
Cette révision appartient à :
révision
974d5079d3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -3,6 +3,6 @@
|
|||
<label for="solution">Captcha</label>
|
||||
<input type="text" name="captchaID" value="{{.CaptchaID}}" hidden>
|
||||
<img src="/captcha/{{.CaptchaID}}.png">
|
||||
<input type="text" name="solution" class="form-control" placeholder="Captcha" required>
|
||||
<input type="text" name="solution" class="form-control" placeholder="Captcha" autocomplete="off" required>
|
||||
</div>
|
||||
{{end}}
|
||||
|
|
Référencer dans un nouveau ticket