diff --git a/circle/dashboard/templates/base.html b/circle/dashboard/templates/base.html
index 44485f2..a0d1e0b 100644
--- a/circle/dashboard/templates/base.html
+++ b/circle/dashboard/templates/base.html
@@ -49,7 +49,7 @@
{% if user.is_authenticated and user.pk %}
{% trans "Log out" %}
-
{% include "dashboard/_display-name.html" with user=user show_org=True %}