Skip to content

Commit

Permalink
Fix challenge updating on subdirectory deployments (CTFd#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat authored Jan 10, 2018
1 parent 2e2d458 commit 01c3340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</button>
</div>
<div class="modal-body">
<form method="POST" action="{{ request.script_root }}/admin/chal/update">
<form method="POST" action="{{ script_root }}/admin/chal/update">
<input name='nonce' type='hidden' value="{{ nonce }}">

<div class="form-group">
Expand Down

0 comments on commit 01c3340

Please sign in to comment.