Skip to content

Commit

Permalink
centering admin upload form again
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasFischer committed Jul 31, 2024
1 parent 30c713e commit 352c6e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/web/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ <h1 style="font-weight: bolder; font-size: 42px;">Admin</h1>
<p>Ladda upp din budget här!</p>
<p>Den ska vara i xlsx format, annars så dör du</p>
<form action="/admin/upload" method="post" enctype="multipart/form-data">
<input type="file" name="budgetFile" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
<input type="submit">
<div style="align-items: center; text-align: center; align-content: center">
<input type="file" name="budgetFile" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
<input type="submit">
</div>
</form>
</div>
<footer class="footer-toolbar" style="align-items: center; text-align: center;">
Expand Down

0 comments on commit 352c6e6

Please sign in to comment.