Increase reason length when deleting reports

This commit is contained in:
Benjamin Southall 2019-02-26 06:46:36 +10:00
parent cca756bf92
commit 6960140e66

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>