diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2026-04-03 16:26:39 -0700 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2026-04-03 16:26:39 -0700 |
| commit | 97ccdd6fedaec5b0547d7a7e138f30a3389b845a (patch) | |
| tree | ad6a85a52bac6558547f0db028a2c80d9ffded4f /templates/login.html | |
| parent | dc5096c18c6b98f410fd769f989c5404de44ba71 (diff) | |
register page
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 |
