mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-07-04 03:13:16 -07:00
add registration
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
{% url 'accounts:password_reset' as password_reset_url %}
|
||||
{% url 'accounts:password_reset_done' as password_reset_done_url %}
|
||||
{% url 'accounts:password_reset_complete' as password_reset_complete_url %}
|
||||
{% url 'accounts:register' as register_url %}
|
||||
|
||||
{% if request.path == login_url %}
|
||||
Login?
|
||||
@ -35,6 +36,8 @@
|
||||
Password Reset Sent
|
||||
{% elif request.path == password_reset_complete_url %}
|
||||
Password Reset Complete
|
||||
{% elif request.path == register_url %}
|
||||
Register?
|
||||
{% endif %}
|
||||
|
||||
{{ heading }}
|
||||
|
Reference in New Issue
Block a user