forked from mirrors/bookwyrm
4 lines
183 B
HTML
4 lines
183 B
HTML
|
{% 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>
|