Trying to use a very simple form to upload a file into a new class instance. I am expecting to have both files in request.FILES but it\'s empty. I am on the bun
request.FILES
I found that If you put put the form in a content block then it seems to work
{% block content %} {{ wayfinder_map_form|as_uni_form }} {% endblock %}