diff --git a/templates/base.html b/templates/base.html
index c26a2ad894..412b3be5c4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,14 +16,16 @@
src="/assets/{{ __version__ }}/logo.png"
alt="Gittip - Personal Funding" />
- {% block heading %}
- {% if not user.ANON and user.id != username %}
+ {% if user.ANON %}
+
+ {% else %}
- {% end %}
{% end %}
+ {% block heading %}{% end %}
{% block body %}{% end %}