Commit 84516e8e authored by Michal Čihař's avatar Michal Čihař

Add missing enctype

parent eacdac60
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<a href="{{ object.get_download_url }}">{% trans "Download" %}</a> <a href="{{ object.get_download_url }}">{% trans "Download" %}</a>
{% if user.is_authenticated %} {% if user.is_authenticated %}
<form action="{% url 'trans.views.upload_translation' %}" method="post"> <form action="{% url 'trans.views.upload_translation' %}" method="post" enctype="multipart/form-data">
<table> <table>
{{ form.as_table }} {{ form.as_table }}
<tr><td></td><td><input type="submit" value="{% trans "Upload" %}" /></td></tr> <tr><td></td><td><input type="submit" value="{% trans "Upload" %}" /></td></tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment