Commit c4df8290 authored by Romain Loth's avatar Romain Loth

better username display

parent 22535f0a
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<li class="dropdown"> <li class="dropdown">
<a href="#" role="button" class="dropdown-toggle" data-toggle="dropdown" title="That is your login"> <a href="#" role="button" class="dropdown-toggle" data-toggle="dropdown" title="That is your login">
<i class="icon-user"></i> <i class="icon-user"></i>
{{ user }} {{ user.username }}
<i class="caret"></i> <i class="caret"></i>
</a> </a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment