summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-05 18:00:01 -0600
committerAndrew Godwin2022-11-05 18:00:01 -0600
commitfab75e097a25d4555cb1cdc43cc9346e0efa4bb3 (patch)
treeb9122900a007dd98ba6bfee12265ad2d670d54e8 /templates/base.html
parente44a321ec53bc84b5986ac0371b4122201fa3a5a (diff)
downloadtakahe-fab75e097a25d4555cb1cdc43cc9346e0efa4bb3.tar.gz
takahe-fab75e097a25d4555cb1cdc43cc9346e0efa4bb3.tar.bz2
takahe-fab75e097a25d4555cb1cdc43cc9346e0efa4bb3.zip
Style the profile page a bit
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 79a5e87..4dc62ca 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,7 +17,7 @@
<menu>
<li>
{% if user.is_authenticated %}
- {{ user.email }}
+ Logout
{% else %}
<a href="/auth/login/">Login</a>
{% endif %}