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
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>