mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
change setup template text to use new /login url instead of /admin login
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
<img class="logo" src="/static/img/logo.png">
|
<img class="logo" src="/static/img/logo.png">
|
||||||
<h3 class="text-center">Welcome to a cool CTF framework written by <a href="https://github.com/ColdHeat">Kevin Chung</a> of <a href="https://github.com/isislab">@isislab</a></h3>
|
<h3 class="text-center">Welcome to a cool CTF framework written by <a href="https://github.com/ColdHeat">Kevin Chung</a> of <a href="https://github.com/isislab">@isislab</a></h3>
|
||||||
|
|
||||||
<h4 class="text-center"><a href="/admin">Click here</a> to login and setup your CTF</h4>
|
<h4 class="text-center"><a href="/login">Click here</a> to login and setup your CTF</h4>
|
||||||
</div>
|
</div>
|
||||||
</textarea><br>
|
</textarea><br>
|
||||||
<input type="hidden" name="nonce" value="{{nonce}}"> {# This nonce is implemented specially in the route itself #}
|
<input type="hidden" name="nonce" value="{{nonce}}"> {# This nonce is implemented specially in the route itself #}
|
||||||
|
|||||||
Reference in New Issue
Block a user