mirror of https://github.com/JohnHammond/CTFd.git
Fix challenge updating on subdirectory deployments (#546)
parent
2e2d458f36
commit
01c334056b
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue