diff --git a/CTFd/templates/admin/correct_keys.html b/CTFd/templates/admin/correct_keys.html index bc0090a7..3d20b063 100644 --- a/CTFd/templates/admin/correct_keys.html +++ b/CTFd/templates/admin/correct_keys.html @@ -1,20 +1,34 @@ {% extends "admin/base.html" %} +{% block stylesheets %} + +{% endblock %} + {% block content %}

Correct Key Submissions

-
-

Delete Key

-
- -
-

Are you sure you want to delete successful key submission for team: in challenge: ?

- - + @@ -48,7 +62,7 @@
Page
{% for page in range(1, pages + 1) %} - {{ page }} + {{ page }} {% endfor %}
@@ -74,7 +88,7 @@ function load_confirm_modal(team, chal, team_name, chal_name){ modal.find('#confirm-team-name').text(team_name) modal.find('#confirm-chal-name').text(chal_name) $('#confirm form').attr('action', '/admin/solves/'+team+'/'+chal+'/delete'); - $('#confirm').foundation('reveal', 'open'); + $('#confirm').modal('show'); } $('.fa-times').click(function(){