diff options
-rw-r--r-- | pytask/templates/templatetags/_as_div_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytask/templates/templatetags/_as_div_form.html b/pytask/templates/templatetags/_as_div_form.html index 15e9a33..6e0a9a2 100644 --- a/pytask/templates/templatetags/_as_div_form.html +++ b/pytask/templates/templatetags/_as_div_form.html @@ -22,7 +22,7 @@ along with PyTask. If not, see <http://www.gnu.org/licenses/>. <form action="{{ action_url }}" method="post" {% if file_support %} - enctype="multipart/form-data" + enctype="multipart/form-data" > {% else %} > {% endif %} |