diff options
Diffstat (limited to 'templates/login.html')
| -rw-r--r-- | templates/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html index f8f19b6..6c8e1c2 100644 --- a/templates/login.html +++ b/templates/login.html @@ -13,4 +13,5 @@ </div> <button type="submit">Login</button> </form> + <p>Don't have an account? <a href="{{ url_for('register') }}">Create one here</a>.</p> {% endblock %}
\ No newline at end of file |
