1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

Update template to reflect new limit...actually it should read from config...

This commit is contained in:
8chan 2014-10-07 18:21:54 -07:00
parent ba88035109
commit 55905bce1f

View File

@ -5,7 +5,7 @@
<h2>Upload banner</h2>
<p><input type="file" name="file"></p>
<p><small>Banners must be &lt; 500KB and have image dimensions 300px x 100px.<br/>A maximum of twenty custom banners per board is enforced.</small></p>
<p><small>Banners must be &lt; 500KB and have image dimensions 300px x 100px.<br/>A maximum of fifty custom banners per board is enforced.</small></p>
<p><input type="submit" value="Upload"></p>
</form>