PHRAS-3069 remove flash uploader switcher

This commit is contained in:
Harrys Ravalomanana
2020-05-27 15:50:57 +04:00
parent c8d70838f9
commit 14869907db

View File

@@ -140,12 +140,6 @@
</div>
</form>
<div>
<select name="upload_type" id="upload_type" class="input-large" style="width: 200px; float:right">
<option value="html" selected>{{ 'Use the HTML5 uploader' | trans }}</option>
<option value="flash">{{ 'Use the Flash uploader' | trans }}</option>
</select>
</div>
{% else %}
{{ 'You can not upload files' | trans }}
{% endif %}