1
0
Fork 0

Merge pull request #1123 from eatsleepdeploy/add-max-upload-size-config

Add max upload size config
This commit is contained in:
Mouse Reeve 2021-06-01 14:09:50 -07:00 committed by GitHub
commit ff45238667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{% load i18n %}
{% include "django/forms/widgets/clearable_file_input.html" %}
<span class="help file-cta is-hidden file-too-big">{% trans "File exceeds maximum size: 10MB" %}</span>