aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'grumpy/templates/_userinfo.html')
-rw-r--r--grumpy/templates/_userinfo.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/grumpy/templates/_userinfo.html b/grumpy/templates/_userinfo.html
index 28d391e..0eab345 100644
--- a/grumpy/templates/_userinfo.html
+++ b/grumpy/templates/_userinfo.html
@@ -9,12 +9,5 @@
<li><a href="{{ url_for('login') }}">Login</a></li>
{% endif %}
</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.
-</span>
-{% endif -%}{# g.user.regtoken #}
</div>
{% endmacro -%}