Commit 00a49dc6 authored by Enrico Zini's avatar Enrico Zini
Browse files

Merge branch 'master' into 'master'

Searching for people now also matches usernames. Fixes #17.

Closes #17

See merge request !8
parents b900ffac eb2afb08
Pipeline #166540 passed with stage
in 1 minute and 52 seconds
......@@ -49,7 +49,7 @@ The information is based on <a href="{% url 'sources:list' %}">our current knowl
<tbody>
{% for p in people %}
<tr>
<td><a href={{p.user.get_absolute_url}}>{{p.user.full_name|default:p.user}}</a></td>
<td data-search="{{p.user.username}}"><a href={{p.user.get_absolute_url}}>{{p.user.full_name|default:p.user}}</a></td>
<td data-sort="{{p.until|date:"m"}}">{{p.until|date:"F Y"}}</td>
</tr>
{% endfor %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment