fixes templating (main-tag)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
{% include "header.html" %}
|
||||
<main>
|
||||
<section class="container-fluid d-flex justify-content-center">
|
||||
<div class="container-md my-5 mx-2 shadow-lg p-4 ">
|
||||
<div class="container-sm">
|
||||
@@ -87,7 +86,6 @@
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
{% block scripts %}
|
||||
{{ bootstrap.load_js() }}
|
||||
<script src="{{url_for('.static', filename='download_results.js')}}"></script>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
</main>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="{{url_for('static', filename='color_mode.js')}}"></script>
|
||||
</body>
|
||||
|
||||
@@ -29,3 +29,4 @@
|
||||
</label>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
@@ -1,5 +1,4 @@
|
||||
{% include "header.html" %}
|
||||
<main>
|
||||
<section id="scrapingFormContainer" class="container-fluid d-flex justify-content-center">
|
||||
<div class="container-md my-5 mx-2 shadow-lg p-4 ">
|
||||
<h2>Config</h2>
|
||||
@@ -40,7 +39,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
{% block scripts %}
|
||||
{{ bootstrap.load_js() }}
|
||||
<script src="{{url_for('.static', filename='app.js')}}"></script>
|
||||
|
||||
Reference in New Issue
Block a user