Skip to content

Commit

Permalink
fix graphical issue with file input
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Aug 15, 2024
1 parent c9a890e commit 5a8f1f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/djakart/templates/admin/action_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<br>
<form action="" method="POST" enctype="multipart/form-data">{% csrf_token %}

<div class="submit-row">
<div class="submit-row" style="display:flex!important;align-items: center;">
{{ form }}
<input id="importa" type="submit" name="confirmation" value="importa"/>
<input type="submit" name="back" value="No, torna indietro" onclick="window.history.back(); return false;"/>
<input style="margin:2px;" id="importa" type="submit" name="confirmation" value="importa"/>
<input style="margin:2px;" type="submit" name="back" value="No, torna indietro" onclick="window.history.back(); return false;"/>
</div>
</form>
{% endblock %}

0 comments on commit 5a8f1f0

Please sign in to comment.