Skip to content

Commit

Permalink
Show transaction user, not proposal user
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed May 25, 2024
1 parent 35f0491 commit 3588ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cfp_review/proposal_versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
{{ version.title }}
</a>
</td>
<td>{{ version.modified.strftime("%Y-%m-%d %H:%M") }}</td>
<td>{{ version.user.name }} ({{ version.user.email }}</td>
<td>{{ version.transaction.issued_at.strftime("%Y-%m-%d %H:%M") }}</td>
<td>{{ version.transaction.user.name }} ({{ version.transaction.user.email }})</td>
</tr>
{% endfor %}
</table>
Expand Down

0 comments on commit 3588ba9

Please sign in to comment.