Skip to content

Commit

Permalink
Fix issue where CTFd JS could not be used because an entrypoint depen…
Browse files Browse the repository at this point in the history
…dency was missing (#80)
  • Loading branch information
ColdHeat authored May 1, 2024
1 parent 0a4c9fd commit 97b626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{% include "components/notifications.html" %}

{% block scripts %}
{{ Assets.js("assets/js/index.js") }}
{{ Assets.js("assets/js/page.js") }}
{% endblock %}

{{ Plugins.scripts }}
Expand Down

0 comments on commit 97b626a

Please sign in to comment.