Compare View

switch
from
...
to
 
Commits (2)
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>
... ...
setup.py
... ... @@ -42,7 +42,7 @@ EXCLUDE_FROM_PACKAGES = []
42 42  
43 43 setup(
44 44 name='colab',
45   - version='1.12.3',
  45 + version='1.12.4',
46 46 url='https://github.com/colab-community/colab',
47 47 author='Sergio Oliveira',
48 48 author_email='sergio@tracy.com.br',
... ...