Skip to content

Commit

Permalink
CONCD-956 update the headers, descriptive text
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Sep 26, 2024
1 parent e890e73 commit e6604fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions concordia/templates/emails/unusual_activity.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<style type="text/css">

table, td { border: 1px solid black; border-collapse: collapse; }
td { padding: 7px; }
th, td { padding: 7px; }

</style>
<h4>{{ title }}</h4>
Incidents of two or more transcriptions submitted within a single minute:
Transcription Incidents: 2 or more transcriptions submitted in 1 minute.
<table>
<tr>
<th>User</th>
<th>Transc. Incidents</th>
<th>Incidents</th>
<th>User transcriptions</th>
</tr>
{% for row in transcriptions %}
Expand All @@ -27,11 +27,11 @@ <h4>{{ title }}</h4>
{% endfor %}
</table>
<br/>
Incidents of two or more transcriptions reviewed within a single minute:
Review Incidents: 2 or more transcriptions reviewed in 1 minute.
<table>
<tr>
<th>User</th>
<th>Review Incidents</th>
<th>Incidents</th>
<th>User reviews</th>
</tr>
{% for row in reviews %}
Expand Down
4 changes: 2 additions & 2 deletions concordia/templates/emails/unusual_activity.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{{ title }}
Incidents of two or more transcriptions submitted within a single minute:
Transcription Incidents: 2 or more transcriptions submitted in 1 minute.
{% for row in transcriptions %}
* {{ row.1 }} | {{ row.2 }} || {{ row.3 }}
{% empty %}
No transcriptions fell within the window.
{% endfor %}
Incidents of two or more transcriptions reviewed within a single minute:
Review Incidents: 2 or more transcriptions reviewed in 1 minute.
{% for row in reviews %}
{{ row.1 }} | {{ row.2 }} | {{ row.3 }}
{% empty %}
Expand Down

0 comments on commit e6604fa

Please sign in to comment.