mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 16:28:06 +00:00
user registration pages
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user