Browse Source

add Sign-up link to index.html template.

stable
Craig Oates 2 years ago
parent
commit
bdd86d4ad7
  1. 3
      templates/index.html

3
templates/index.html

@ -4,5 +4,6 @@
<h1>Index</h1>
<a href="/setup">Create Account</a>
<a href="/dashboard">Dashboard</a>
<a href="login">Log-In</a>
<a href="/login">Log In</a>
<a href="/sign-up">Sign Up</a>
{% endblock %}

Loading…
Cancel
Save