Skip to content

Commit

Permalink
frontend: dase.assets -> static
Browse files Browse the repository at this point in the history
  • Loading branch information
moogoo78 committed May 5, 2024
1 parent 86a46d9 commit 2bcf356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/data-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
{#<script src="{{ url_for('admin.static_build', filename='record.min.js') }}"></script>#}
{% endif %}

<script type="module" crossorigin src="{{ url_for('base.assets', filename='index.js') }}"></script>
<script type="module" crossorigin src="{{ url_for('static', filename='data-search/index.js') }}"></script>
{% endblock %}

{% block style %}
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin=""/>
<link rel="stylesheet" href="{{ url_for('static', filename='css/data-search.css') }}">

<link rel="stylesheet" href="{{ url_for('base.assets', filename='index.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='data-search/index.css') }}">
{% endblock %}

{% block main %}
Expand Down

0 comments on commit 2bcf356

Please sign in to comment.