moviewyrm/bookwyrm/templates/widgets/clearable_file_input_with_warning.html

4 lines
183 B
HTML
Raw Normal View History

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