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