From 3f741ab0cd567ebf2bd48bb7d895b41cc1a94209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Wed, 3 Sep 2014 10:50:17 -0700 Subject: [PATCH] show fistname/lastname if available in profile tab --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 670d308..5248480 100644 --- a/templates/base.html +++ b/templates/base.html @@ -74,7 +74,7 @@ {% if perm.manage_settings or perm.manage_accounts or perm.manage_global_permission %} {% endif %} - {{ request.user }} + {% firstof request.user.fullname request.user.username %}
  • {% else %}
  •  Login