{% extends 'ef_basic_input.html' %} {% block input %} {% endblock input %} {% block bs3_help_text %} {% if not field.error and field.submitted %}

{% block warning_message %} Due to the way your browser handles file uploads, you will need to select your file again. {% endblock warning_message %}

{% endif %} {{ super() }} {% endblock bs3_help_text %} {% block bs4_help_text %} {% if not field.error and field.submitted %} {{ self.warning_message() }} {% endif %} {{ super() }} {% endblock %}