forked from leftypol/leftypol
Fix 387ebe9c0c
, extract limit to variable
This commit is contained in:
parent
af889e8941
commit
f575691fc4
3 changed files with 6 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div id="report-fields">
|
||||
<label for="reason">{% trans %}Reason{% endtrans %}</label>
|
||||
<input id="reason" type="text" name="reason" size="20" maxlength="100" />
|
||||
<input id="reason" type="text" name="reason" size="20" maxlength="{{ config.report_max_length }}" />
|
||||
<input type="submit" name="report" value="{% trans %}Report{% endtrans %}" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue