Skip to content

Commit

Permalink
CONCD-951 User activity alert email iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Sep 23, 2024
1 parent 3f7665d commit 5620927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/templates/emails/unusual_activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4>{{ title }}</h4>
{% for row in reviews %}
<tr>
<td>
<a href="{{ domain }}{% url 'admin:concordia_transcription_changelist' %}?user={{ row.0 }}">
<a href="{{ domain }}{% url 'admin:concordia_transcription_changelist' %}?reviewed_by__id__exact={{ row.0 }}">
{{ row.1 }}
</a>
</td>
Expand Down

0 comments on commit 5620927

Please sign in to comment.