diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-20 20:43:21 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-20 20:43:21 +0000 |
commit | 8d8bc47e79fa3883a2a6404f7fc83b5a46829cd4 (patch) | |
tree | 993d3a3cb585cba584450a414488c1fd50641cc7 /templates/registration | |
parent | 650cee4b0eadebb648e50057931ae78edc2f2a62 (diff) | |
download | troggle-8d8bc47e79fa3883a2a6404f7fc83b5a46829cd4.tar.gz troggle-8d8bc47e79fa3883a2a6404f7fc83b5a46829cd4.tar.bz2 troggle-8d8bc47e79fa3883a2a6404f7fc83b5a46829cd4.zip |
user registration pages
Diffstat (limited to 'templates/registration')
-rw-r--r-- | templates/registration/login.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html index ac1d15c..88732fd 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -33,10 +33,10 @@ This file is actually identical to troggle/templates/login/index.html <div class='space'></div> {% if invalid %} <p class='error'>The username and password you provided don't match. Please try again.</p> - <p>Have you <a href='/accounts/forgottenpassword/'>forgotten your password</a>?<br/> - Or perhaps <a href='/accounts/forgottenusername/'>your username</a>?</p> + <p>Have you <a href='/accounts/password_reset/'>forgotten your password - reset it</a>?<br/> + Or perhaps <a href='/accounts/password_change/'>change your password</a>?</p> - <p>Neither of those links work yet, by the way, I'm only trying to *appear* helpful. + <p>Neither of those links work properly yet, by the way, I'm only trying to *appear* helpful. <div class='space'></div> {% endif %} @@ -51,5 +51,8 @@ This file is actually identical to troggle/templates/login/index.html <br/> <p><input type="submit" value="Login →"></p> </form> + + <hr/> + {{form}} </div> {% endblock %} |