Fix import modal
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<h5 class="modal-title">Import Book from ISBN</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
|
||||
</div>
|
||||
<form action="/import" method="POST">
|
||||
<form action="/import" method="POST" hx-boost="false">
|
||||
<div class="modal-body">
|
||||
<!-- Mode Toggle -->
|
||||
<div class="mb-3">
|
||||
@@ -50,7 +50,6 @@
|
||||
<div id="scan-status" class="text-muted small mt-2"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% if session.get('viewing_as_user') %}
|
||||
<div class="mb-3">
|
||||
<div class="form-check">
|
||||
@@ -70,7 +69,7 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user