renames app js
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% block content %}
|
||||
<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>
|
||||
<h2>Config <span id="activity_indicator" class="badge text-bg-danger">Inactive</span></h2>
|
||||
<form id="scrapingForm" method="POST" action="{{ url_for('start_scraping') }}">
|
||||
{{ form.hidden_tag() }}
|
||||
<div class="form-group">
|
||||
@@ -43,6 +43,6 @@
|
||||
</div>
|
||||
</section>
|
||||
{% block scripts %}
|
||||
<script src="{{url_for('static', filename='app.js')}}"></script>
|
||||
<script src="{{url_for('static', filename='index.js')}}"></script>
|
||||
{% endblock %}
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user