Commit f511b5cc by Kálmán Viktor

dashboard: change store upload input to single

parent 04f2a86a
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
</button> </button>
</span> </span>
</div> </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> </form>
</div> </div>
</div><!-- closing list-group --> </div><!-- closing list-group -->
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<input type="hidden" name="next" value="{{ next_url }}"/> <input type="hidden" name="next" value="{{ next_url }}"/>
<div> <div>
<input class="btn btn-default btn-sm pull-right" type="submit" value="{% trans "Upload" %}"/> <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> </div>
</form> </form>
</div> </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