Commit f511b5cc by Kálmán Viktor

dashboard: change store upload input to single

parent 04f2a86a
......@@ -86,7 +86,7 @@
</button>
</span>
</div>
<input id="store-upload-file" name="data" type="file" style="display:none" multiple>
<input id="store-upload-file" name="data" type="file" style="display:none">
</form>
</div>
</div><!-- closing list-group -->
......
......@@ -26,7 +26,7 @@
<input type="hidden" name="next" value="{{ next_url }}"/>
<div>
<input class="btn btn-default btn-sm pull-right" type="submit" value="{% trans "Upload" %}"/>
<input type="file" name="data" multiple style="padding-top: 5px;"/>
<input type="file" name="data" style="padding-top: 5px;"/>
</div>
</form>
</div>
......
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 sign in to comment