Skip to content

Commit

Permalink
series: Use the user 'name' to display the reviewer
Browse files Browse the repository at this point in the history
We don't only want the user login, but his/her name if available.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
Damien Lespiau committed Feb 9, 2016
1 parent 79c9d2a commit 3e560e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/templates/patchwork/series.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>Details</h2>
<tr>
<th>Reviewer</th>
{% if series.reviewer %}
<td>{{ series.reviewer }}</td>
<td>{{ series.reviewer.name }}</td>
{% else %}
<td><em class="text-muted">None</em></td>
{% endif %}
Expand Down

0 comments on commit 3e560e2

Please sign in to comment.