Increase reason length when deleting reports

This commit is contained in:
Benjamin Southall 2019-02-26 06:46:36 +10:00
parent 9ca35a7c4d
commit 0d64e5dab7
1 changed files with 2 additions and 2 deletions

View File

@ -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="30" />
<input id="reason" type="text" name="reason" size="20" maxlength="100" />
<input type="submit" name="report" value="{% trans %}Report{% endtrans %}" />
</div>
</div>
</div>