mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
Merge pull request #57 from remasis/master
Change setup template text to use new `/login` URL instead of the `/admin` URL
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</textarea><br>
|
||||
<input type="hidden" name="nonce" value="{{nonce}}"> {# This nonce is implemented specially in the route itself #}
|
||||
|
||||
Reference in New Issue
Block a user