Merge pull request #1123 from eatsleepdeploy/add-max-upload-size-config
Add max upload size config
This commit is contained in:
commit
ff45238667
7 changed files with 61 additions and 0 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue