Commit 569201b097ef44e3deacbdfd5e3563a3c78721ba

Authored by Matheus Fernandes
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>
colab/accounts/templates/search/user_search_preview.html
... ... @@ -12,7 +12,7 @@
12 12 {% if query %}
13 13 <h4>{% highlight result.name with query %}</h4></a>
14 14 {% else %}
15   - <h4>{{ result.name }}</h4></a>
  15 + <h4>{{ result.name|title }}</h4></a>
16 16 {% endif %}
17 17  
18 18 </strong>
... ...