change setup template text to use new /login url instead of /admin login

This commit is contained in:
Corey Thuen
2015-10-02 10:14:58 -05:00
parent 9db09ee609
commit 55cd07d06e

View File

@@ -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 #}