remove unnecessary lodash escaping

stable
Juanfran 2015-02-12 10:25:40 +01:00
parent be3854e307
commit 5246be9f69
1 changed files with 1 additions and 1 deletions

View File

@ -60,4 +60,4 @@ div(class="menu-container")
li
a(href="" title="Logout" class="logout") Logout
a(href="" title="User preferences" class="avatar" id="nav-user-settings")
img(src!="{{ user.photo }}" alt!="{{ user.full_name_display }}")
img(src="{{ user.photo }}" alt="{{ user.full_name_display }}")