mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-07-04 03:13:16 -07:00
add registration
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
{% url 'accounts:disable_totp' as disable_totp_url %}
|
||||
{% url 'audio:new_feed' as new_feed_url %}
|
||||
{% url 'audio:feeds' as feeds_url %}
|
||||
{% url 'accounts:register' as register_url %}
|
||||
|
||||
{% if request.path == home_url %}
|
||||
Home
|
||||
@ -33,6 +34,8 @@
|
||||
New Feed?
|
||||
{% elif request.path == feeds_url %}
|
||||
Feeds
|
||||
{% elif request.path == register_url %}
|
||||
Register
|
||||
{% endif %}
|
||||
|
||||
{{ title }}
|
||||
|
Reference in New Issue
Block a user