aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'grumpy/templates/_userinfo.html')
-rw-r--r--grumpy/templates/_userinfo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/grumpy/templates/_userinfo.html b/grumpy/templates/_userinfo.html
index a9827e7..e0eec2f 100644
--- a/grumpy/templates/_userinfo.html
+++ b/grumpy/templates/_userinfo.html
@@ -3,12 +3,12 @@
<ul>
<li>{{ g.user.email.split('@')[0] | e }}
<li><a href="{{ url_for('logout') }}">Log out</a>
+</ul>
{% if g.user.regtoken -%}
<span class="warning">
Warning: this user account has not yet been confirmed.<br />
Until the account has been confirmed, You won't receive
notifications and cannot add packages to your watch list.
-{# TODO: provide link to "request new token" #}
</span>
{% endif -%}{# g.user.regtoken #}
{% endif -%}{# g.user #}