Commit 569201b097ef44e3deacbdfd5e3563a3c78721ba
Committed by
Matheus de Sousa Faria
1 parent
234c19b8
Exists in
1.12.x
Capitalize user names
Signed-off-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/accounts/templates/search/user_search_preview.html
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | {% if query %} | 12 | {% if query %} |
13 | <h4>{% highlight result.name with query %}</h4></a> | 13 | <h4>{% highlight result.name with query %}</h4></a> |
14 | {% else %} | 14 | {% else %} |
15 | - <h4>{{ result.name }}</h4></a> | 15 | + <h4>{{ result.name|title }}</h4></a> |
16 | {% endif %} | 16 | {% endif %} |
17 | 17 | ||
18 | </strong> | 18 | </strong> |