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:
Kevin Chung
2015-10-02 15:27:40 -04:00

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