Compare View
Commits (2)
-
Signed-off-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Sergio Oliveira <seocam@seocam.com>
Showing
2 changed files
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> |
setup.py
@@ -42,7 +42,7 @@ EXCLUDE_FROM_PACKAGES = [] | @@ -42,7 +42,7 @@ EXCLUDE_FROM_PACKAGES = [] | ||
42 | 42 | ||
43 | setup( | 43 | setup( |
44 | name='colab', | 44 | name='colab', |
45 | - version='1.12.3', | 45 | + version='1.12.4', |
46 | url='https://github.com/colab-community/colab', | 46 | url='https://github.com/colab-community/colab', |
47 | author='Sergio Oliveira', | 47 | author='Sergio Oliveira', |
48 | author_email='sergio@tracy.com.br', | 48 | author_email='sergio@tracy.com.br', |