feat: Move git button to be above other content

This commit is contained in:
Nathan Woodburn 2024-04-08 12:07:04 +10:00
parent 2f73b48226
commit 74af33ae43
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -111,12 +111,12 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col" style="margin-top: 25px;"> <div class="col" style="margin-top: 25px;">
<h1>Content</h1> <h1>Content</h1>{{git|safe}}
<div id="dropZone" class="drop-zone"> <div id="dropZone" class="drop-zone" style="margin-top: 2em;">
<p>Click or drop files here. Drop a zip to include folders</p><input type="file" id="fileInput" multiple=""> <p>Click or drop files here. Drop a zip to include folders</p><input type="file" id="fileInput" multiple="">
</div><ul class="list-group"> </div><ul class="list-group">
{{files|safe}} {{files|safe}}
</ul>{{git|safe}} </ul>
</div> </div>
</div> </div>
<div class="row"> <div class="row">