* try fixing report form
* make captcha widget optional
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user