diff --git a/CTFd/themes/original/static/js/templates/challenges/standard/standard-challenge-modal.hbs b/CTFd/themes/original/static/js/templates/challenges/standard/standard-challenge-modal.hbs index 06a00310..54e68cd3 100644 --- a/CTFd/themes/original/static/js/templates/challenges/standard/standard-challenge-modal.hbs +++ b/CTFd/themes/original/static/js/templates/challenges/standard/standard-challenge-modal.hbs @@ -68,7 +68,7 @@
- diff --git a/CTFd/themes/original/templates/base.html b/CTFd/themes/original/templates/base.html index ae9d3aab..98c75f25 100644 --- a/CTFd/themes/original/templates/base.html +++ b/CTFd/themes/original/templates/base.html @@ -74,5 +74,9 @@ {% block scripts %} {% endblock %} + + {% for script in get_registered_scripts() %} + + {% endfor %} diff --git a/CTFd/themes/original/templates/chals.html b/CTFd/themes/original/templates/chals.html index ad9c4821..4b22dc9c 100644 --- a/CTFd/themes/original/templates/chals.html +++ b/CTFd/themes/original/templates/chals.html @@ -4,7 +4,6 @@