Archived
1
0

* try fixing report form

* make captcha widget optional
This commit is contained in:
Jeff Becker
2017-03-30 08:51:59 -04:00
parent bff7dadaa1
commit 6247d0cfff
3 changed files with 16 additions and 9 deletions

View File

@@ -53,6 +53,8 @@
</td>
</tr>
{{/files}}
{{#DisableCaptcha}}
{{^DisableCaptcha}}
<tr>
<th>
{{#i18n.Translations}}{{captcha}}{{/i18n.Translations}}
@@ -69,6 +71,7 @@
<input type="text" name="captcha" autocomplete="off" id="captcha_solution" height="175" width="350"/>
</td>
</tr>
{{/DisableCaptcha}}
<tr>
<th>
<label id="censor-toggle" for="censor-tools">[censor tools]</label>
@@ -111,4 +114,3 @@
</div>
</div>
</form>